Lines Matching refs:user
93 static int winbind_pap_auth(char *user,
98 static int winbind_chap_verify(char *user, char *ourname, int id,
311 /* run winbind as the user that invoked pppd */
323 /* Need to write the User's info onto the pipe */
356 fprintf(pipe_in, "Request-User-Session-Key: yes\n");
414 notice("Winbind has declined authentication for user!");
417 } else if (strcasecmp(message, "User-session-key") == 0) {
423 notice("NT session key for user was not 16 bytes!");
455 notice("Did not get user session key, despite being authenticated!");
480 * user -- user-name of peer
491 winbind_pap_auth(char *user,
497 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
506 * user -- user-name of peer
517 winbind_chap_verify(char *user, char *ourname, int id,
535 if ((username = strrchr(user, '\\')) != NULL)
538 username = user;
540 strlcpy(domainname, user, sizeof(domainname));
621 ChallengeHash(rmd->PeerChallenge, challenge, user, Challenge);
641 challenge, user,