Searched refs:the_password (Results 1 – 1 of 1) sorted by relevance
84 char the_password[64]; in pam_sm_authenticate() local89 (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()