#include "apr_ldap.h"
Go to the source code of this file.
Functions | |
apr_status_t | apr_ldap_rebind_init (apr_pool_t *pool) |
apr_status_t | apr_ldap_rebind_add (apr_pool_t *pool, LDAP *ld, const char *bindDN, const char *bindPW) |
apr_status_t | apr_ldap_rebind_remove (LDAP *ld) |
The APR LDAP rebind functions provide an implementation of a rebind procedure that can be used to allow clients to chase referrals, using the same credentials used to log in originally.
Use of this implementation is optional.