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

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_attrlist
 Linked list of attributes. More...
 
struct bucket_listattrs
 Bucket list of attributes. More...
 
struct ldap_attrfirst_attr
 First attr (head of list). More...
 
struct ldap_entrynext
 Next entry. More...
 
struct ldap_entryprev
 Previous entry. More...
 

Detailed Description

LDAP entry.

Definition at line 753 of file dtsapp.h.

Field Documentation

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

LDAP distiguished name.

Definition at line 755 of file dtsapp.h.

Referenced by ldap_simplerebind().

const char* ldap_entry::dnufn

LDAP user format distingushed name.

Definition at line 757 of file dtsapp.h.

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

Linked list of attributes.

Definition at line 763 of file dtsapp.h.

struct ldap_entry* ldap_entry::next

Next entry.

Definition at line 769 of file dtsapp.h.

Referenced by ldap_unref_entry().

struct ldap_entry* ldap_entry::prev

Previous entry.

Definition at line 771 of file dtsapp.h.

struct ldap_rdn** ldap_entry::rdn

RDN element array.

Definition at line 761 of file dtsapp.h.

int ldap_entry::rdncnt

RDN element count.

Definition at line 759 of file dtsapp.h.


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