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

LDAP Relative distingushed name linked list. More...

#include <dtsapp.h>

Data Fields

const char * name
 RDN element name. More...
 
const char * value
 RDN element value. More...
 
struct ldap_rdnnext
 Next RDN element. More...
 
struct ldap_rdnprev
 Previous RDN element. More...
 

Detailed Description

LDAP Relative distingushed name linked list.

Definition at line 717 of file dtsapp.h.

Field Documentation

const char* ldap_rdn::name

RDN element name.

Definition at line 719 of file dtsapp.h.

struct ldap_rdn* ldap_rdn::next

Next RDN element.

Definition at line 723 of file dtsapp.h.

struct ldap_rdn* ldap_rdn::prev

Previous RDN element.

Definition at line 725 of file dtsapp.h.

const char* ldap_rdn::value

RDN element value.

Definition at line 721 of file dtsapp.h.


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