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

/solaris-userland/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c511 const char *auth_type = NULL; local
538 auth_type = ap_getword_white(r->pool, &auth_line);
543 if (strcasecmp(auth_type, "Negotiate") == 0) {

Completed in 10 milliseconds