Lines Matching refs:user
188 error("adt audit_connection_from: unable to set user "
215 static boolean_t logged_in = B_FALSE; /* if user did login */
312 * the user login shell exits.
337 * Called when a user session is started. Argument is the tty allocated to
349 debug("adt audit_session_open: user=%s:tty=%s", audit_username(),
352 "user=%s:tty=%s\n", getpid(), getuid(), geteuid(),
358 * Called when a user session is closed. Argument is the tty allocated to
370 debug("adt audit_session_close: user=%s:tty=%s", audit_username(),
373 "user=%s:tty=%s\n", getpid(), getuid(), geteuid(),
379 * This will be called when a user runs a non-interactive command. Note that
473 * user = user who asked to be authenticated.
498 __auditd_debug("valid=%d, user=%s, uid=%d\n",
510 } else if ((the_authctxt != NULL) && (the_authctxt->user != NULL)) {
513 if ((pw = getpwnam(the_authctxt->user)) != NULL) {