|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
LDAP connection. More...
Data Fields | |
| LDAP * | ldap |
| LDAP pointer. More... | |
| char * | uri |
| Address. More... | |
| int | timelim |
| Time limit. More... | |
| int | limit |
| Results limit. More... | |
| LDAPControl ** | sctrlsp |
| LDAP control. More... | |
| struct sasl_defaults * | sasl |
| SASL auth information. More... | |
| struct ldap_simple * | simple |
| LDAP Simple bind information. More... | |
LDAP connection.
Definition at line 50 of file openldap.c.
| LDAP* ldap_conn::ldap |
LDAP pointer.
Definition at line 52 of file openldap.c.
Referenced by ldap_connect(), ldap_doadd(), ldap_domodify(), ldap_saslbind(), and ldap_simplebind().
| int ldap_conn::limit |
| struct sasl_defaults* ldap_conn::sasl |
SASL auth information.
Definition at line 62 of file openldap.c.
Referenced by ldap_connect(), and ldap_saslbind().
| LDAPControl** ldap_conn::sctrlsp |
LDAP control.
Definition at line 60 of file openldap.c.
Referenced by ldap_connect(), ldap_doadd(), ldap_domodify(), ldap_saslbind(), and ldap_simplebind().
| struct ldap_simple* ldap_conn::simple |
LDAP Simple bind information.
Definition at line 64 of file openldap.c.
Referenced by ldap_simplebind().
| int ldap_conn::timelim |
| char* ldap_conn::uri |