Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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(), and parse_config().
struct ast_variable* attributes |
attribute names conversion
Definition at line 98 of file res_config_ldap.c.
Referenced by ldap_table_config_add_attribute().
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(), and table_config_new().