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

/httpd/modules/aaa/
H A Dmod_auth_basic.c239 static int hook_note_basic_auth_failure(request_rec *r, const char *auth_type) argument
241 if (strcasecmp(auth_type, "Basic"))
H A Dmod_auth_form.c421 const char *auth_type)
423 if (strcasecmp(auth_type, "form"))
420 hook_note_cookie_auth_failure(request_rec * r, const char *auth_type) argument
H A Dmod_authnz_fcgi.c804 const char *auth_type; local
815 auth_type = ap_auth_type(r);
824 auth_type);
826 if (auth_type && !strcasecmp(auth_type, "Basic")) {
H A Dmod_auth_digest.c1225 static int hook_note_digest_auth_failure(request_rec *r, const char *auth_type) argument
1231 if (strcasecmp(auth_type, "Digest"))

Completed in 26 milliseconds