|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
LDAP entry. More...
#include <dtsapp.h>
Data Fields | |
| const char * | dn |
| LDAP distiguished name. More... | |
| const char * | dnufn |
| LDAP user format distingushed name. More... | |
| int | rdncnt |
| RDN element count. More... | |
| struct ldap_rdn ** | rdn |
| RDN element array. More... | |
| struct ldap_attr * | list |
| Linked list of attributes. More... | |
| struct bucket_list * | attrs |
| Bucket list of attributes. More... | |
| struct ldap_attr * | first_attr |
| First attr (head of list). More... | |
| struct ldap_entry * | next |
| Next entry. More... | |
| struct ldap_entry * | prev |
| Previous entry. More... | |
| struct bucket_list* ldap_entry::attrs |
Bucket list of attributes.
Definition at line 765 of file dtsapp.h.
Referenced by ldap_getattr(), and ldap_unref_attr().
| const char* ldap_entry::dn |
| const char* ldap_entry::dnufn |
| struct ldap_attr* ldap_entry::first_attr |
First attr (head of list).
Definition at line 767 of file dtsapp.h.
Referenced by ldap_unref_attr().
| struct ldap_attr* ldap_entry::list |
| struct ldap_entry* ldap_entry::next |
| struct ldap_entry* ldap_entry::prev |