|
Asterisk - The Open Source Telephony Project
18.5.0
|
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 95 of file res_config_ldap.c.
| char* additional_filter |
additional filter
Definition at line 97 of file res_config_ldap.c.
Referenced by create_lookup_filter(), parse_config(), and table_configs_free().
| struct ast_variable* attributes |
attribute names conversion
Definition at line 98 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 99 of file res_config_ldap.c.
| struct { ... } entry |
| struct ldap_table_config* next |
Definition at line 100 of file res_config_ldap.c.
| char* table_name |
table name
Definition at line 96 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().
1.8.13