Home
last modified time | relevance | path

Searched refs:ask_oldauthtok (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME15 for the old password as well, with "ask_oldauthtok". In that case the
115 ask_oldauthtok[=update] []
118 task for the password changing module. A simple "ask_oldauthtok" will
120 check phase. With "ask_oldauthtok=update", pam_passwdqc will do that
129 The primary use for this option is with "ask_oldauthtok=update" in
140 the former is incompatible with "ask_oldauthtok".
H A Dpam_passwdqc.c323 int ask_oldauthtok; in pam_sm_chauthtok() local
332 ask_oldauthtok = 0; in pam_sm_chauthtok()
335 ask_oldauthtok = 1; in pam_sm_chauthtok()
339 ask_oldauthtok = 1; in pam_sm_chauthtok()
343 if (ask_oldauthtok && getuid() != 0) { in pam_sm_chauthtok()
H A DPLATFORMS24 Use "ask_oldauthtok=update check_oldauthtok" with pam_passwdqc and