Apache Portable Runtime Utility Library
|
APR-UTIL LDAP ldap_init() functions. More...
Go to the source code of this file.
Data Structures | |
struct | apr_ldap_url_desc_t |
Defines | |
#define | APR_LDAP_URL_SUCCESS 0x00 |
#define | APR_LDAP_URL_ERR_MEM 0x01 |
#define | APR_LDAP_URL_ERR_PARAM 0x02 |
#define | APR_LDAP_URL_ERR_BADSCHEME 0x03 |
#define | APR_LDAP_URL_ERR_BADENCLOSURE 0x04 |
#define | APR_LDAP_URL_ERR_BADURL 0x05 |
#define | APR_LDAP_URL_ERR_BADHOST 0x06 |
#define | APR_LDAP_URL_ERR_BADATTRS 0x07 |
#define | APR_LDAP_URL_ERR_BADSCOPE 0x08 |
#define | APR_LDAP_URL_ERR_BADFILTER 0x09 |
#define | APR_LDAP_URL_ERR_BADEXTS 0x0a |
Typedefs | |
typedef struct apr_ldap_url_desc_t | apr_ldap_url_desc_t |
Functions | |
int | apr_ldap_is_ldap_url (const char *url) |
int | apr_ldap_is_ldaps_url (const char *url) |
int | apr_ldap_is_ldapi_url (const char *url) |
int | apr_ldap_url_parse_ext (apr_pool_t *pool, const char *url_in, apr_ldap_url_desc_t **ludpp, apr_ldap_err_t **result_err) |
int | apr_ldap_url_parse (apr_pool_t *pool, const char *url_in, apr_ldap_url_desc_t **ludpp, apr_ldap_err_t **result_err) |
APR-UTIL LDAP ldap_init() functions.