Searched defs:authnz_ldap_module (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authnz_ldap.c | 105 module AP_MODULE_DECLARE_DATA authnz_ldap_module; variable 374 (authn_ldap_config_t *)ap_get_module_config(r->per_dir_config, &authnz_ldap_module); 406 (authn_ldap_config_t *)ap_get_module_config(r->per_dir_config, &authnz_ldap_module); 435 (authn_ldap_request_t *)ap_get_module_config(r->request_config, &authnz_ldap_module); 437 (authn_ldap_config_t *)ap_get_module_config(r->per_dir_config, &authnz_ldap_module); 475 ap_set_module_config(r->request_config, &authnz_ldap_module, req); 485 (authn_ldap_request_t *)ap_get_module_config(r->request_config, &authnz_ldap_module); 508 (authn_ldap_config_t *)ap_get_module_config(r->per_dir_config, &authnz_ldap_module); 668 (authn_ldap_request_t *)ap_get_module_config(r->request_config, &authnz_ldap_module); 670 (authn_ldap_config_t *)ap_get_module_config(r->per_dir_config, &authnz_ldap_module); [all...] |
Completed in 14 milliseconds