Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpam/
H A Dpam_modules.h73 #define PAM_PRELIM_CHECK 0x1 macro
H A Dpam_framework.c1328 if (flags & (PAM_PRELIM_CHECK | PAM_UPDATE_AUTHTOK)) { in pam_chauthtok()
1336 retval = run_stack(pamh, flags | PAM_PRELIM_CHECK, PAM_PASSWORD_MODULE, in pam_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c208 if ((flags & PAM_PRELIM_CHECK) == PAM_PRELIM_CHECK) in pam_sm_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c98 if ((flags & PAM_PRELIM_CHECK) != 0) in pam_sm_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c119 if ((flags & PAM_PRELIM_CHECK) != 0)
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c191 if (flags & PAM_PRELIM_CHECK) { in pam_sm_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c742 if ((flags & PAM_PRELIM_CHECK) == 0) in pam_sm_chauthtok()