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

LDAP attirbute. More...

#include <dtsapp.h>

Data Fields

const char * name
 Name of attribute. More...
 
int count
 Value count. More...
 
struct ldap_attrval ** vals
 Attribute value array. More...
 
struct ldap_attrnext
 Next attribute. More...
 
struct ldap_attrprev
 Previous attribute. More...
 

Detailed Description

LDAP attirbute.

Definition at line 739 of file dtsapp.h.

Field Documentation

int ldap_attr::count

Value count.

Definition at line 743 of file dtsapp.h.

const char* ldap_attr::name

Name of attribute.

Definition at line 741 of file dtsapp.h.

struct ldap_attr* ldap_attr::next

Next attribute.

Definition at line 747 of file dtsapp.h.

Referenced by ldap_unref_attr().

struct ldap_attr* ldap_attr::prev

Previous attribute.

Definition at line 749 of file dtsapp.h.

struct ldap_attrval** ldap_attr::vals

Attribute value array.

Definition at line 745 of file dtsapp.h.


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