Asterisk - The Open Source Telephony Project  18.5.0
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(), parse_config(), and table_configs_free().

◆ attributes

struct ast_variable* attributes

◆ 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.

◆ entry

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: