|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
LDAP mod request. More...
Data Fields | |
| const char * | attr |
| Attribute modified. More... | |
| int | cnt |
| Count. More... | |
| struct ldap_modval * | first |
| Linked list head. More... | |
| struct ldap_modval * | last |
| Linked list tail. More... | |
LDAP mod request.
Definition at line 92 of file openldap.c.
| const char* ldap_modreq::attr |
Attribute modified.
Definition at line 94 of file openldap.c.
| int ldap_modreq::cnt |
| struct ldap_modval* ldap_modreq::first |
Linked list head.
Definition at line 98 of file openldap.c.
| struct ldap_modval* ldap_modreq::last |
Linked list tail.
Definition at line 100 of file openldap.c.