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

/freebsd-12-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c272 if (!strncmp(*argv, "ask_oldauthtok", 14)) {
323 int ask_oldauthtok; local
332 ask_oldauthtok = 0;
335 ask_oldauthtok = 1;
339 ask_oldauthtok = 1;
343 if (ask_oldauthtok && getuid() != 0) {

Completed in 101 milliseconds