Searched refs:auth_type (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c558 const char *auth_type = NULL; local
585 auth_type = ap_getword_white(r->pool, &auth_line);
590 if (strcasecmp(auth_type, "Negotiate") == 0) {
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c518 const char *auth_type = NULL; local
545 auth_type = ap_getword_white(r->pool, &auth_line);
550 if (strcasecmp(auth_type, "Negotiate") == 0) {

Completed in 33 milliseconds