10 #include <freeradius-devel/ldap/base.h>
19 #define FR_LDAP_COMMON_CONF(_conf) { FR_CONF_OFFSET("port", _conf, handle_config.port) }, \
20 { FR_CONF_OFFSET("identity", _conf, handle_config.admin_identity) }, \
21 { FR_CONF_OFFSET_FLAGS("password", CONF_FLAG_SECRET, _conf, handle_config.admin_password) }, \
22 { FR_CONF_OFFSET_SUBSECTION("sasl", 0, _conf, handle_config.admin_sasl, fr_ldap_sasl_mech_static) }, \
23 { FR_CONF_OFFSET_SUBSECTION("options", 0, _conf, handle_config, fr_ldap_option_config) }, \
24 { FR_CONF_OFFSET_SUBSECTION("tls", 0, _conf, handle_config, fr_ldap_tls_config) }
Defines a CONF_PAIR to C data type mapping.
conf_parser_t const fr_ldap_sasl_mech_static[]
conf_parser_t const fr_ldap_option_config[]
conf_parser_t const fr_ldap_tls_config[]