Apache Portable Runtime
Loading...
Searching...
No Matches
Data Fields
apr_ldap_opt_t Union Reference

#include <apr_ldap.h>

Collaboration diagram for apr_ldap_opt_t:
Collaboration graph
[legend]

Data Fields

void * handle
 
void * opt
 
apr_socket_tsocket
 
const char * uri
 
apr_ldap_apiinfo_t info
 
apr_ldap_apifeature_info_t ldfi
 
apr_ldap_protocol_version_e pv
 
apr_array_header_tcerts
 
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
 

Detailed Description

Union of all possible options to be passed to apr_ldap_option_get() and apr_ldap_option_set().

See also
apr_ldap_option_set
apr_ldap_option_get

Field Documentation

◆ certs

apr_array_header_t* apr_ldap_opt_t::certs

TLS certificates

See also
APR_LDAP_OPT_TLS_CERT

◆ debug

apr_ldap_debug_e apr_ldap_opt_t::debug

Debug level

See also
APR_LDAP_OPT_DEBUG_LEVEL

◆ deref

apr_ldap_deref_e apr_ldap_opt_t::deref

Alias dereference

See also
APR_LDAP_OPT_DEREF

◆ handle

void* apr_ldap_opt_t::handle

LDAP native handle

See also
APR_LDAP_OPT_HANDLE

◆ info

apr_ldap_apiinfo_t apr_ldap_opt_t::info

LDAP API information

See also
APR_LDAP_OPT_API_INFO

◆ ldfi

apr_ldap_apifeature_info_t apr_ldap_opt_t::ldfi

LDAP API feature information

See also
APR_LDAP_OPT_API_FEATURE_INFO

◆ opt

void* apr_ldap_opt_t::opt

LDAP native option

◆ pv

apr_ldap_protocol_version_e apr_ldap_opt_t::pv

Protocol version

See also
APR_LDAP_OPT_PROTOCOL_VERSION

◆ refhoplimit

int apr_ldap_opt_t::refhoplimit

Referral hop limit

See also
APR_LDAP_OPT_REFHOPLIMIT

◆ refs

apr_ldap_switch_e apr_ldap_opt_t::refs

Referrals chased

See also
APR_LDAP_OPT_REFERRALS

◆ result

int apr_ldap_opt_t::result

Result code

See also
APR_LDAP_OPT_RESULT_CODE

◆ socket

apr_socket_t* apr_ldap_opt_t::socket

LDAP underlying socket

See also
APR_LDAP_OPT_DESC

◆ timeout

apr_interval_time_t apr_ldap_opt_t::timeout

◆ tls

apr_ldap_tls_e apr_ldap_opt_t::tls

TLS on/off/starttls

See also
APR_LDAP_OPT_TLS

◆ uri

const char* apr_ldap_opt_t::uri

LDAP uri

See also
APR_LDAP_OPT_URI

◆ verify

apr_ldap_verify_e apr_ldap_opt_t::verify

TLS verification

See also
APR_LDAP_OPT_VERIFY_CERT

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