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

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

Completed in 22 milliseconds