#include <v2l_conn.h>
Data Fields | |
| LDAP * | ld |
| int | msgid |
| int | rc |
| LDAPMessage * | result |
Definition at line 52 of file v2l_conn.h.
| 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().
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().
1.5.1