Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c55 res = PWU_NOT_FOUND; in __get_authtoken_attr()
58 while ((i <= REP_LAST) && (res == PWU_NOT_FOUND)) { in __get_authtoken_attr()
H A D__user_to_authenticate.c57 if (pwu_res != PWU_NOT_FOUND) in __user_to_authenticate()
63 return (PWU_NOT_FOUND); in __user_to_authenticate()
H A D__check_history.c64 res = PWU_NOT_FOUND; in __check_history()
67 while ((i <= REP_LAST) && (res == PWU_NOT_FOUND)) { in __check_history()
H A D__set_authtoken_attr.c45 int err = PWU_NOT_FOUND; in __set_authtoken_attr()
105 } else if (err != PWU_SUCCESS && err != PWU_NOT_FOUND) { in __set_authtoken_attr()
H A Dnis_attr.c137 return (PWU_NOT_FOUND); in nis_user_to_authenticate()
334 return (PWU_NOT_FOUND); in nis_getpwnam()
468 return (PWU_NOT_FOUND); in nis_putpwnam()
528 case 4: return (PWU_NOT_FOUND); in nis_putpwnam()
H A Dutils.c84 return (PWU_NOT_FOUND); in dup_pw()
126 return (PWU_NOT_FOUND); in dup_spw()
H A Dfiles_attr.c292 err = PWU_NOT_FOUND; in files_getpwnam()
304 err = PWU_NOT_FOUND; in files_getpwnam()
433 res = PWU_NOT_FOUND; in files_checkhistory()
444 res = PWU_NOT_FOUND; in files_checkhistory()
541 res = PWU_NOT_FOUND; in files_getattr()
548 res = PWU_NOT_FOUND; in files_getattr()
H A Dnss_attr.c165 err = PWU_NOT_FOUND; in nss_getpwnam()
177 err = PWU_NOT_FOUND; in nss_getpwnam()
H A Dldap_attr.c202 return (PWU_NOT_FOUND); in ldap_user_to_authenticate()
205 return (PWU_NOT_FOUND); in ldap_user_to_authenticate()
958 case NS_LDAP_NOTFOUND: return (PWU_NOT_FOUND); in ldap_to_pwu_code()
960 case NS_LDAP_CONFIG: return (PWU_NOT_FOUND); in ldap_to_pwu_code()
1153 return (PWU_NOT_FOUND); in ldap_putpwnam()
H A Dpasswdutil.h200 #define PWU_NOT_FOUND -6 /* user not found in database */ macro
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c133 case PWU_NOT_FOUND: in pam_sm_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c353 if (result == PWU_NOT_FOUND) { in pam_sm_acct_mgmt()
434 if (result == PWU_NOT_FOUND) { in pam_sm_acct_mgmt()
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c145 if (res == PWU_NOT_FOUND) in pam_sm_authenticate()
/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/unix_auth/
H A Dunix_auth.c223 if (result == PWU_NOT_FOUND) { in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c459 if (result == PWU_NOT_FOUND) in remove_key()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1226 if (res == PWU_NOT_FOUND) in get_attr()