Lines Matching defs:password
59 char *password = NULL;
95 /* Get the password entered in the first scheme if any */
96 (void) pam_get_item(pamh, PAM_AUTHTOK, (void **) &password);
97 if (password == NULL) {
106 * Authenticate user using the password from PAM_AUTHTOK.
107 * If no password available or if authentication fails
110 result = authenticate(&credp, user, password, NULL);
114 * user's password is good but needs
118 * password after the account management
120 * the password has expired.