Searched refs:PAM_PRELIM_CHECK (Results 1 – 10 of 10) sorted by relevance
191 if (!(flags & PAM_UPDATE_AUTHTOK) && !(flags & PAM_PRELIM_CHECK)) { in pam_sm_chauthtok()197 pamret = pamk5_password(args, (flags & PAM_PRELIM_CHECK) != 0); in pam_sm_chauthtok()
63 flags | PAM_PRELIM_CHECK); in pam_chauthtok()
140 (flags & PAM_PRELIM_CHECK))) in openpam_dispatch()
110 PAM_PRELIM_CHECK = 0x1, enumerator
151 if (flags & PAM_PRELIM_CHECK) in pam_sm_chauthtok()
333 if (flags & PAM_PRELIM_CHECK) { in pam_sm_chauthtok()360 if (flags & PAM_PRELIM_CHECK) in pam_sm_chauthtok()
69 {PAM_PRELIM_CHECK, "prelim" },
308 if (flags & PAM_PRELIM_CHECK) { in pam_sm_chauthtok()
458 - BUGFIX: Run passwd chain twice, first with the PAM_PRELIM_CHECK462 passwd chain if the PAM_PRELIM_CHECK flag is set.466 - ENHANCE: Prevent applications from specifying the PAM_PRELIM_CHECK
82 {"PRELIM_CHECK", PAM_PRELIM_CHECK },