Searched refs:PWU_NOT_FOUND (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c59 if (pwu_res != PWU_NOT_FOUND)
65 return (PWU_NOT_FOUND);
H A D__check_history.c46 * PWU_NOT_FOUND, passwd not in user's old password history.
66 res = PWU_NOT_FOUND;
69 while ((i <= REP_LAST) && (res == PWU_NOT_FOUND)) {
H A D__get_authtoken_attr.c58 res = PWU_NOT_FOUND;
61 while ((i <= REP_LAST) && (res == PWU_NOT_FOUND)) {
H A D__set_authtoken_attr.c45 int err = PWU_NOT_FOUND;
105 } else if (err != PWU_SUCCESS && err != PWU_NOT_FOUND) {
120 * PWU_NOT_FOUND : none of the repositories contained the user
H A Dnis_attr.c138 return (PWU_NOT_FOUND);
339 return (PWU_NOT_FOUND);
378 return (PWU_NOT_FOUND);
483 return (PWU_NOT_FOUND);
543 case 4: return (PWU_NOT_FOUND);
H A Dpasswdutil.h193 #define PWU_NOT_FOUND -6 /* user not found in database */ macro
H A Dnss_attr.c165 err = PWU_NOT_FOUND;
177 err = PWU_NOT_FOUND;
H A Dutils.c87 return (PWU_NOT_FOUND);
129 return (PWU_NOT_FOUND);
H A Dfiles_attr.c284 err = PWU_NOT_FOUND;
296 err = PWU_NOT_FOUND;
317 * PWU_NOT_FOUND
393 * PWU_NOT_FOUND, passwd not in user's old password history.
425 res = PWU_NOT_FOUND;
436 res = PWU_NOT_FOUND;
533 res = PWU_NOT_FOUND;
540 res = PWU_NOT_FOUND;
H A Dldap_attr.c200 return (PWU_NOT_FOUND);
203 return (PWU_NOT_FOUND);
1027 case NS_LDAP_NOTFOUND: return (PWU_NOT_FOUND);
1029 case NS_LDAP_CONFIG: return (PWU_NOT_FOUND);
1222 return (PWU_NOT_FOUND);
/osnet-11/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c135 case PWU_NOT_FOUND:
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c351 if (result == PWU_NOT_FOUND) {
435 if (result == PWU_NOT_FOUND) {
/osnet-11/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c262 case PWU_NOT_FOUND:
/osnet-11/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c145 if (res == PWU_NOT_FOUND)
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c279 if (result == PWU_NOT_FOUND) {
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c456 if (result == PWU_NOT_FOUND)

Completed in 38 milliseconds