Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pam_modules/sample/
H A Dsample_authenticate.c79 int use_first_pass = 0; in pam_sm_authenticate() local
101 use_first_pass = 1; in pam_sm_authenticate()
125 if (firstpass && (use_first_pass || try_first_pass)) { in pam_sm_authenticate()
134 if (use_first_pass) goto out; in pam_sm_authenticate()