Searched defs:chk_authtok (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c366 int chk_authtok = 0; /* check password strength */ local
411 chk_authtok = PAM_NO_AUTHTOK_CHECK;
417 pam_retval = pam_chauthtok(pamh, chk_authtok);
420 pam_retval = pam_chauthtok(pamh, chk_authtok);

Completed in 126 milliseconds