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

/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c43 int is_authz; member in struct:__anon61
136 conf->is_authz ? 'Z' : '_');
884 if (conf->is_authz) {
956 conf->is_authz ? NULL : AP_FCGI_APACHE_ROLE_AUTHENTICATOR_STR,
960 if (conf->is_authz) {
1194 conf->is_authz = 1;
1197 conf->is_authn = conf->is_authz = 1;
1277 if (conf->is_authz) {

Completed in 14 milliseconds