Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ldap_table_config Struct Reference

Table configuration. More...

Collaboration diagram for ldap_table_config:
Collaboration graph
[legend]

Data Fields

char * additional_filter
 
struct ast_variableattributes
 
struct ast_variabledelimiters
 
struct {
   struct ldap_table_config *   next
 
entry
 
char * table_name
 

Detailed Description

Table configuration.

Definition at line 95 of file res_config_ldap.c.

Field Documentation

◆ additional_filter

char* additional_filter

additional filter

Definition at line 97 of file res_config_ldap.c.

Referenced by create_lookup_filter(), and parse_config().

◆ attributes

struct ast_variable* attributes

attribute names conversion

Definition at line 98 of file res_config_ldap.c.

Referenced by ldap_table_config_add_attribute().

◆ delimiters

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

◆ next

struct ldap_table_config* next

Definition at line 100 of file res_config_ldap.c.

◆ table_name

char* table_name

The documentation for this struct was generated from the following file: