Apache Portable Runtime Utility Library
|
APR-UTIL LDAP ldap_init() functions. More...
#include "apr_ldap.h"
Go to the source code of this file.
Defines | |
#define | APU_LDAP_SECURITY_ERROR(n) |
Functions | |
int | apr_ldap_ssl_init (apr_pool_t *pool, const char *cert_auth_file, int cert_file_type, apr_ldap_err_t **result_err) |
int | apr_ldap_ssl_deinit (void) |
int | apr_ldap_init (apr_pool_t *pool, LDAP **ldap, const char *hostname, int portno, int secure, apr_ldap_err_t **result_err) |
int | apr_ldap_info (apr_pool_t *pool, apr_ldap_err_t **result_err) |
APR-UTIL LDAP ldap_init() functions.