Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/sample/
H A Dsample_authenticate.c80 char the_password[64]; in pam_sm_authenticate() local
85 (void) strcpy(the_password, "test"); in pam_sm_authenticate()
104 else if (sscanf(argv[i], "pass=%64s", the_password) == 1) { in pam_sm_authenticate()
124 strncmp(firstpass, the_password, in pam_sm_authenticate()
125 strlen(the_password)) == 0) && in pam_sm_authenticate()
161 if (strncmp(password, the_password, strlen(the_password)) == 0) { in pam_sm_authenticate()