Table configuration. More...
Data Fields | |
char * | additional_filter |
struct ast_variable * | attributes |
struct ast_variable * | delimiters |
struct { | |
struct ldap_table_config * next | |
} | entry |
char * | table_name |
Table configuration.
Definition at line 86 of file res_config_ldap.c.
char* additional_filter |
additional filter
Definition at line 88 of file res_config_ldap.c.
Referenced by parse_config(), realtime_ldap_base_ap(), table_configs_free(), update2_ldap(), and update_ldap().
struct ast_variable* attributes |
attribute names conversion
Definition at line 89 of file res_config_ldap.c.
Referenced by convert_attribute_name_from_ldap(), convert_attribute_name_to_ldap(), ldap_table_config_add_attribute(), and table_configs_free().
struct ast_variable* delimiters |
the current delimiter is semicolon, so we are not using this variable
Definition at line 90 of file res_config_ldap.c.
struct { ... } entry |
Referenced by parse_config(), table_config_for_table_name(), and table_configs_free().
struct ldap_table_config* next |
Definition at line 91 of file res_config_ldap.c.
Referenced by realtime_ldap_base_ap(), and realtime_multi_ldap().
char* table_name |
table name
Definition at line 87 of file res_config_ldap.c.
Referenced by ldap_table_config_add_attribute(), realtime_ldap_entry_to_var(), realtime_ldap_result_to_vars(), table_config_for_table_name(), table_config_new(), and table_configs_free().