Lines Matching defs:config
44 apr_pool_t *pool; /* Pool that this config is allocated from */
46 apr_thread_mutex_t *lock; /* Lock for this config */
73 char **sgAttributes; /* Array of strings constructed (post-config) from subgroupattrs. Last entry is NULL. */
240 * config-supplied portions.
430 * Requires the per-request config be set to ensure the connection is cleaned up
446 "per-request config");
450 /* If the password isn't set in the per-request config, we didn't
1467 void *config,
1475 authn_ldap_config_t *sec = config;
1576 static const char *mod_auth_ldap_set_deref(cmd_parms *cmd, void *config, const char *arg)
1578 authn_ldap_config_t *sec = config;
1598 static const char *mod_auth_ldap_add_subgroup_attribute(cmd_parms *cmd, void *config, const char *arg)
1602 authn_ldap_config_t *sec = config;
1615 static const char *mod_auth_ldap_add_subgroup_class(cmd_parms *cmd, void *config, const char *arg)
1619 authn_ldap_config_t *sec = config;
1631 void *config,
1634 authn_ldap_config_t *sec = config;
1641 static const char *mod_auth_ldap_add_group_attribute(cmd_parms *cmd, void *config, const char *arg)
1645 authn_ldap_config_t *sec = config;
1656 static const char *set_charset_config(cmd_parms *cmd, void *config, const char *arg)
1868 "Invalid charset conversion config path %s",
1876 "could not open charset conversion config file %s.",
2017 create_authnz_ldap_dir_config, /* dir config creater */
2019 NULL, /* server config */
2020 NULL, /* merge server config */