Apache Portable Runtime
Loading...
Searching...
No Matches
Data Fields
apr_ldap_opt_tls_cert_t Struct Reference

#include <apr_ldap.h>

Data Fields

int type
 
const char * path
 
const char * password
 

Detailed Description

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.

See also
apr_ldap_option_set
APR_LDAP_OPT_TLS_CERT

Field Documentation

◆ password

const char* apr_ldap_opt_tls_cert_t::password

Optional password, can be NULL

◆ path

const char* apr_ldap_opt_tls_cert_t::path

Path, file, uri or nickname of the certificate

◆ type

int apr_ldap_opt_tls_cert_t::type

Type of certificate APR_LDAP_*_TYPE_*


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