v2l_LdapEvt Struct Reference

LDAP environment. Control struct for perform operations on the LDAP directory and retrieve results. More...

#include <v2l_conn.h>


Data Fields

LDAP * ld
int msgid
int rc
LDAPMessage * result


Detailed Description

LDAP environment. Control struct for perform operations on the LDAP directory and retrieve results.

Definition at line 52 of file v2l_conn.h.


Field Documentation

LDAP* v2l_LdapEvt::ld

LDAP descriptor

Definition at line 54 of file v2l_conn.h.

Referenced by _v2l_ldap_get_credentials(), _v2l_ldap_modify(), _v2l_ldap_search(), _v2l_ldap_wait_callback(), v2l_ldap_for_all_attrs(), v2l_ldap_get_entry(), and v2l_request_record().

int v2l_LdapEvt::msgid

LDAP message id (see OpenLDAP API docs)

Definition at line 55 of file v2l_conn.h.

Referenced by _v2l_ldap_modify(), _v2l_ldap_search(), and _v2l_ldap_wait_callback().

int v2l_LdapEvt::rc

LDAP error code

Definition at line 56 of file v2l_conn.h.

Referenced by _v2l_ldap_get_credentials(), _v2l_ldap_wait_callback(), and v2l_request_record().

LDAPMessage* v2l_LdapEvt::result

LDAP result (see OpenLDAP API docs)

Definition at line 57 of file v2l_conn.h.

Referenced by _v2l_ldap_get_credentials(), _v2l_ldap_wait_callback(), v2l_ldap_for_all_attrs(), v2l_ldap_get_entry(), and v2l_request_record().


The documentation for this struct was generated from the following file:
Generated on Sun Oct 7 14:38:43 2007 for vCard2LDAP by  doxygen 1.5.1