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

/osnet-11/usr/src/lib/pam_modules/sample/
H A Dsample_authenticate.c49 * try_first_pass
78 int try_first_pass = 0; local
94 else if (strcmp(argv[i], "try_first_pass") == 0)
95 try_first_pass = 1;
125 if (firstpass && (use_first_pass || try_first_pass)) {

Completed in 14 milliseconds