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_modify Struct Reference

LDAP Modify structure. More...

Data Fields

const char * dn
 Distingushed name. More...
 
struct bucket_listbl [3]
 Bucket list containg modify / modify_add / delete requests. More...
 

Detailed Description

LDAP Modify structure.

Definition at line 68 of file openldap.c.

Field Documentation

struct bucket_list* ldap_modify::bl[3]

Bucket list containg modify / modify_add / delete requests.

Definition at line 72 of file openldap.c.

Referenced by ldap_domodify(), and ldap_modifyinit().

const char* ldap_modify::dn

Distingushed name.

Definition at line 70 of file openldap.c.

Referenced by ldap_domodify(), and ldap_modifyinit().


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