Lines Matching refs:user
43 * Authenticate user.
54 char *user = NULL;
63 /* Get the service and user */
66 (err = pam_get_item(pamh, PAM_USER, (void **)&user)) != PAM_SUCCESS)
89 service, (user && *user != '\0')?user:"no-user", flags,
92 if (!user || *user == '\0')
101 "AUTHTOK not set", service, user);
106 * Authenticate user using the password from PAM_AUTHTOK.
110 result = authenticate(&credp, user, password, NULL);
114 * user's password is good but needs
117 * user will be asked to change the