Home
last modified time | relevance | path

Searched refs:PAM_PRELIM_CHECK (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libpam/
H A Dpam_modules.h75 #define PAM_PRELIM_CHECK 0x1 macro
H A Dpam_framework.c1325 if (flags & (PAM_PRELIM_CHECK | PAM_UPDATE_AUTHTOK)) { in pam_chauthtok()
1333 retval = run_stack(pamh, flags | PAM_PRELIM_CHECK, PAM_PASSWORD_MODULE, in pam_chauthtok()
/titanic_50/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c206 if ((flags & PAM_PRELIM_CHECK) == PAM_PRELIM_CHECK) in pam_sm_chauthtok()
/titanic_50/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c97 if ((flags & PAM_PRELIM_CHECK) != 0) in pam_sm_chauthtok()
/titanic_50/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c117 if ((flags & PAM_PRELIM_CHECK) != 0)
/titanic_50/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c193 if (flags & PAM_PRELIM_CHECK) { in pam_sm_chauthtok()
/titanic_50/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c733 if ((flags & PAM_PRELIM_CHECK) == 0) in pam_sm_chauthtok()