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

/external/ppp/pppd/plugins/
H A Dwinbind.c60 #define AUTHENTICATED 1 macro
412 authenticated = AUTHENTICATED;
454 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key) {
497 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
511 * AUTHENTICATED (1) if we can authenticate, NOT_AUTHENTICATED (0) if we cannot.
594 &error_string) == AUTHENTICATED) {
597 return AUTHENTICATED;
637 &error_string) == AUTHENTICATED) {
650 return AUTHENTICATED;

Completed in 64 milliseconds