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

/illumos-gate/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 Dutils.c84 return (PWU_NOT_FOUND);
126 return (PWU_NOT_FOUND);
H A Dnis_attr.c137 return (PWU_NOT_FOUND);
334 return (PWU_NOT_FOUND);
468 return (PWU_NOT_FOUND);
528 case 4: return (PWU_NOT_FOUND);
H A Dpasswdutil.h200 #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 Dfiles_attr.c291 err = PWU_NOT_FOUND;
303 err = PWU_NOT_FOUND;
324 * PWU_NOT_FOUND
400 * PWU_NOT_FOUND, passwd not in user's old password history.
432 res = PWU_NOT_FOUND;
443 res = PWU_NOT_FOUND;
540 res = PWU_NOT_FOUND;
547 res = PWU_NOT_FOUND;
H A Dldap_attr.c201 return (PWU_NOT_FOUND);
204 return (PWU_NOT_FOUND);
957 case NS_LDAP_NOTFOUND: return (PWU_NOT_FOUND);
959 case NS_LDAP_CONFIG: return (PWU_NOT_FOUND);
1152 return (PWU_NOT_FOUND);
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c135 case PWU_NOT_FOUND:
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c352 if (result == PWU_NOT_FOUND) {
433 if (result == PWU_NOT_FOUND) {
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c239 case PWU_NOT_FOUND:
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c145 if (res == PWU_NOT_FOUND)
/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c223 if (result == PWU_NOT_FOUND) {
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c457 if (result == PWU_NOT_FOUND)
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1226 if (res == PWU_NOT_FOUND)

Completed in 213 milliseconds