|
Apache Portable Runtime
|
#include <apr_ldap.h>

Data Fields | |
| void * | handle |
| void * | opt |
| apr_socket_t * | socket |
| const char * | uri |
| apr_ldap_apiinfo_t | info |
| apr_ldap_apifeature_info_t | ldfi |
| apr_ldap_protocol_version_e | pv |
| apr_array_header_t * | certs |
| apr_interval_time_t | timeout |
| apr_ldap_tls_e | tls |
| apr_ldap_verify_e | verify |
| apr_ldap_deref_e | deref |
| apr_ldap_switch_e | refs |
| int | refhoplimit |
| int | result |
| apr_ldap_debug_e | debug |
Union of all possible options to be passed to apr_ldap_option_get() and apr_ldap_option_set().
| apr_array_header_t* apr_ldap_opt_t::certs |
TLS certificates
| apr_ldap_debug_e apr_ldap_opt_t::debug |
Debug level
| apr_ldap_deref_e apr_ldap_opt_t::deref |
Alias dereference
| void* apr_ldap_opt_t::handle |
LDAP native handle
| apr_ldap_apiinfo_t apr_ldap_opt_t::info |
LDAP API information
| apr_ldap_apifeature_info_t apr_ldap_opt_t::ldfi |
LDAP API feature information
| void* apr_ldap_opt_t::opt |
LDAP native option
| apr_ldap_protocol_version_e apr_ldap_opt_t::pv |
Protocol version
| int apr_ldap_opt_t::refhoplimit |
Referral hop limit
| apr_ldap_switch_e apr_ldap_opt_t::refs |
Referrals chased
| int apr_ldap_opt_t::result |
Result code
| apr_socket_t* apr_ldap_opt_t::socket |
LDAP underlying socket
| apr_interval_time_t apr_ldap_opt_t::timeout |
Timeouts
| apr_ldap_tls_e apr_ldap_opt_t::tls |
TLS on/off/starttls
| const char* apr_ldap_opt_t::uri |
LDAP uri
| apr_ldap_verify_e apr_ldap_opt_t::verify |
TLS verification