Lines Matching defs:user

53  *    login: "This user is authenticated."  In the case of zlogin that's
203 * The current user name
254 * Strings used to prompt the user.
514 * validate user
522 (void) printf("Login failed: unknown user '%s'.\n",
544 * we are not root then throw the user off the system
568 * Now we set up the environment for the new user, which includes
584 setup_credentials(); /* Set user credentials - exits on failure */
625 * Display some useful information to the new user like the banner
797 * or garner information from the user.
925 * verify_passwd - Authenticates the user.
934 char *user;
938 * PAM authenticates the user for us.
943 (void) pam_get_item(pamh, PAM_USER, (void**)&user);
945 if (user == NULL || *user == '\0')
948 SCPYL(user_name, user);
1086 * get_user_name - Gets the user name either passed in, or from the
1135 * logins_disabled - if the file /etc/nologin exists and the user is not
1412 /* save fflag user name for future use */
1457 * to force login to prompt for a user/password.
1616 * Update PAM on the user name
1647 (void) alarm(0); /* give user time to come up with password */
1725 * place us in the user's home directory just in
1774 char *user;
1780 if (pam_get_item(pamh, PAM_USER, (void **)&user) != PAM_SUCCESS)
1787 if (!user || !user[0]) {
1788 /* use call back to get user name */
1805 * PAM_DISALLOW_NULL_AUTHTOK is set so the user will
1958 * *** Routines to get a new user set up and running ***
1960 * Things to do when starting up a new user:
2010 char *user;
2032 if ((err = pam_get_item(pamh, PAM_USER, (void **) &user)) !=
2064 SCPYN(utmpx.ut_user, user);
2346 * argument list to "login" or from the user response to the
2448 * display_last_login_time - Advise the user the time and date