Apache Portable Runtime
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Functions
apr_ldap_option.h File Reference

APR-UTIL LDAP ldap_*_option() functions. More...

#include "apr_ldap.h"

Go to the source code of this file.

Data Structures

struct  apr_ldap_opt_tls_cert_t
 

Macros

#define APR_LDAP_OPT_TLS   0x6fff
 
#define APR_LDAP_OPT_TLS_CERT   0x6ffe
 
#define APR_LDAP_OPT_VERIFY_CERT   0x6ffd
 
#define APR_LDAP_OPT_REFERRALS   0x6ffc
 
#define APR_LDAP_OPT_REFHOPLIMIT   0x6ffb
 
#define APR_LDAP_CA_TYPE_UNKNOWN   0
 
#define APR_LDAP_CA_TYPE_DER   1
 
#define APR_LDAP_CA_TYPE_BASE64   2
 
#define APR_LDAP_CA_TYPE_CERT7_DB   3
 
#define APR_LDAP_CA_TYPE_SECMOD   4
 
#define APR_LDAP_CERT_TYPE_UNKNOWN   5
 
#define APR_LDAP_CERT_TYPE_DER   6
 
#define APR_LDAP_CERT_TYPE_BASE64   7
 
#define APR_LDAP_CERT_TYPE_KEY3_DB   8
 
#define APR_LDAP_CERT_TYPE_NICKNAME   9
 
#define APR_LDAP_KEY_TYPE_UNKNOWN   10
 
#define APR_LDAP_KEY_TYPE_DER   11
 
#define APR_LDAP_KEY_TYPE_BASE64   12
 
#define APR_LDAP_CERT_TYPE_PFX   13
 
#define APR_LDAP_KEY_TYPE_PFX   14
 
#define APR_LDAP_CA_TYPE_CACERTDIR_BASE64   15
 
#define APR_LDAP_NONE   0
 
#define APR_LDAP_SSL   1
 
#define APR_LDAP_STARTTLS   2
 
#define APR_LDAP_STOPTLS   3
 

Typedefs

typedef struct apr_ldap_opt_tls_cert_t apr_ldap_opt_tls_cert_t
 

Functions

int apr_ldap_get_option (apr_pool_t *pool, LDAP *ldap, int option, void *outvalue, apr_ldap_err_t **result_err)
 
int apr_ldap_set_option (apr_pool_t *pool, LDAP *ldap, int option, const void *invalue, apr_ldap_err_t **result_err)
 

Detailed Description

APR-UTIL LDAP ldap_*_option() functions.