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

/httpd/modules/aaa/
H A Dmod_auth_basic.c39 int authoritative; member in struct:__anon53
53 conf->authoritative = 1;
64 newconf->authoritative =
65 overrides->authoritative_set ? overrides->authoritative :
66 base->authoritative;
136 conf->authoritative = flag;
400 /* If we're not authoritative, then any error is ignored. */
401 if (!(conf->authoritative) && auth_result != AUTH_DENIED) {
H A Dmod_auth_form.c54 int authoritative; member in struct:__anon54
90 conf->authoritative = 1;
113 new->authoritative = (add->authoritative_set == 0) ? base->authoritative : add->authoritative;
332 conf->authoritative = flag;
817 /* If we're not authoritative, then any error is ignored. */
818 if (!(conf->authoritative) && auth_result != AUTH_DENIED) {
H A Dmod_authnz_fcgi.c53 char authoritative; /* fail request if user is rejected? */ member in struct:__anon62
818 APLOGNO(02516) "%s, prov %s, authoritative %s, "
821 dconf->authoritative ? "yes" : "no",
902 * This only makes sense if this authorizer is authoritative.
904 if (rspbuflen > 0 && !dconf->authoritative) {
907 "authoritative authorizer", fn);
922 OK : dconf->authoritative ? r->status : DECLINED;
1108 dc->authoritative = 1;
1111 dc->authoritative = 0;
1330 dconf->authoritative
[all...]

Completed in 54 milliseconds