Apache Portable Runtime Utility Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
apr_ldap_rebind.h File Reference

Apache LDAP library. More...

#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)

Detailed Description

Apache LDAP library.

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.