Apache Portable Runtime
|
#include <apr_ldap.h>
Data Fields | |
int | type |
const char * | path |
const char * | password |
Certificate structure.
This structure is used to store certificate details. An array of these structures is passed to apr_ldap_option_set() with the option APR_LDAP_OPT_TLS_CERT to set CA and client certificates.
const char* apr_ldap_opt_tls_cert_t::password |
Optional password, can be NULL
const char* apr_ldap_opt_tls_cert_t::path |
Path, file, uri or nickname of the certificate
int apr_ldap_opt_tls_cert_t::type |
Type of certificate APR_LDAP_*_TYPE_*