diff options
author | minfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68> | 2007-12-07 00:50:09 +0000 |
---|---|---|
committer | minfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68> | 2007-12-07 00:50:09 +0000 |
commit | 1a0c5689417ad1cfe9fe68c8d7ddd368ebd90366 (patch) | |
tree | cb05b168a096ead322ef3a9dd92c527977781c21 /include/apr_ldap.h.in | |
parent | d5752b151dedac136841cb640215ebf6677b8f9d (diff) | |
download | libapr-util-1a0c5689417ad1cfe9fe68c8d7ddd368ebd90366.tar.gz |
Add an LDAP rebind implementation so that authentication can be
carried through referrals. [Paul J. Reder]
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@601938 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_ldap.h.in')
-rw-r--r-- | include/apr_ldap.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr_ldap.h.in b/include/apr_ldap.h.in index 9257e2e2..03156418 100644 --- a/include/apr_ldap.h.in +++ b/include/apr_ldap.h.in @@ -154,6 +154,7 @@ typedef struct apr_ldap_err_t { #include "apr_ldap_url.h" #include "apr_ldap_init.h" #include "apr_ldap_option.h" +#include "apr_ldap_rebind.h" /** @} */ #endif /* APR_HAS_LDAP */ |