Home
last modified time | relevance | path

Searched refs:PWU_REPOSITORY_ERROR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c48 return (PWU_REPOSITORY_ERROR); in __user_to_authenticate()
H A D__check_history.c61 return (PWU_REPOSITORY_ERROR); in __check_history()
H A D__set_authtoken_attr.c71 return (PWU_REPOSITORY_ERROR); in __set_authtoken_attr()
H A Dpasswdutil.h207 #define PWU_REPOSITORY_ERROR -13 /* Unknown repository specified */ macro
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c149 else if (res == PWU_REPOSITORY_ERROR) { in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c273 case PWU_REPOSITORY_ERROR: