Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pam_modules/sample/
H A Dsample_authenticate.c84 char the_password[64]; in pam_sm_authenticate() local
89 (void) strcpy(the_password, "test"); in pam_sm_authenticate()
108 else if (sscanf(argv[i], "pass=%64s", the_password) == 1) { in pam_sm_authenticate()
128 strncmp(firstpass, the_password, in pam_sm_authenticate()
129 strlen(the_password)) == 0) && in pam_sm_authenticate()
165 if (strncmp(password, the_password, strlen(the_password)) == 0) { in pam_sm_authenticate()