Searched refs:ask_oldauthtok (Results 1 – 3 of 3) sorted by relevance
15 for the old password as well, with "ask_oldauthtok". In that case the115 ask_oldauthtok[=update] []118 task for the password changing module. A simple "ask_oldauthtok" will120 check phase. With "ask_oldauthtok=update", pam_passwdqc will do that129 The primary use for this option is with "ask_oldauthtok=update" in140 the former is incompatible with "ask_oldauthtok".
323 int ask_oldauthtok; in pam_sm_chauthtok() local332 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()
24 Use "ask_oldauthtok=update check_oldauthtok" with pam_passwdqc and