The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Macros | Variables
conf.h File Reference

Configuration parsing for LDAP server connections. More...

#include <freeradius-devel/ldap/base.h>
+ Include dependency graph for conf.h:

Go to the source code of this file.

Macros

#define FR_LDAP_COMMON_CONF(_conf)
 

Variables

conf_parser_t const fr_ldap_option_config []
 
conf_parser_t const fr_ldap_sasl_mech_static []
 
conf_parser_t const fr_ldap_tls_config []
 

Detailed Description

Configuration parsing for LDAP server connections.

Id
b24fc075c3fa053f432311b10ba78955eb61c405

Definition in file conf.h.

Macro Definition Documentation

◆ FR_LDAP_COMMON_CONF

#define FR_LDAP_COMMON_CONF (   _conf)
Value:
{ FR_CONF_OFFSET("port", _conf, handle_config.port) }, \
{ FR_CONF_OFFSET("identity", _conf, handle_config.admin_identity) }, \
{ FR_CONF_OFFSET_FLAGS("password", CONF_FLAG_SECRET, _conf, handle_config.admin_password) }, \
{ FR_CONF_OFFSET_SUBSECTION("sasl", 0, _conf, handle_config.admin_sasl, fr_ldap_sasl_mech_static) }, \
{ FR_CONF_OFFSET_SUBSECTION("options", 0, _conf, handle_config, fr_ldap_option_config) }, \
{ FR_CONF_OFFSET_SUBSECTION("tls", 0, _conf, handle_config, fr_ldap_tls_config) }
#define FR_CONF_OFFSET(_name, _struct, _field)
conf_parser_t which parses a single CONF_PAIR, writing the result to a field in a struct
Definition: cf_parse.h:268
#define FR_CONF_OFFSET_FLAGS(_name, _flags, _struct, _field)
conf_parser_t which parses a single CONF_PAIR, writing the result to a field in a struct
Definition: cf_parse.h:256
#define FR_CONF_OFFSET_SUBSECTION(_name, _flags, _struct, _field, _subcs)
conf_parser_t which populates a sub-struct using a CONF_SECTION
Definition: cf_parse.h:297
@ CONF_FLAG_SECRET
Only print value if debug level >= 3.
Definition: cf_parse.h:410
conf_parser_t const fr_ldap_sasl_mech_static[]
Definition: conf.c:30
conf_parser_t const fr_ldap_option_config[]
Definition: conf.c:69
conf_parser_t const fr_ldap_tls_config[]
Definition: conf.c:40

Definition at line 19 of file conf.h.

Variable Documentation

◆ fr_ldap_option_config

conf_parser_t const fr_ldap_option_config[]
extern

Definition at line 69 of file conf.c.

◆ fr_ldap_sasl_mech_static

conf_parser_t const fr_ldap_sasl_mech_static[]
extern

Definition at line 30 of file conf.c.

◆ fr_ldap_tls_config

conf_parser_t const fr_ldap_tls_config[]
extern

Definition at line 40 of file conf.c.