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