DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ldap_conn Struct Reference

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_defaultssasl
 SASL auth information. More...
 
struct ldap_simplesimple
 LDAP Simple bind information. More...
 

Detailed Description

LDAP connection.

Definition at line 50 of file openldap.c.

Field Documentation

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

Results limit.

Definition at line 58 of file openldap.c.

Referenced by ldap_connect().

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

Time limit.

Definition at line 56 of file openldap.c.

Referenced by ldap_connect().

char* ldap_conn::uri

Address.

Definition at line 54 of file openldap.c.

Referenced by ldap_connect().


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