From: Paul J. Reder Date: Fri, 25 Jan 2008 01:59:43 +0000 (+0000) Subject: Add doc for the new mod_ldap referral directives. X-Git-Tag: 2.3.0~1015 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c2db6063b39a36efeb8667adc16fcf0a373413f;p=apache Add doc for the new mod_ldap referral directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@615097 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index 97c53d645a..50a68dc0ad 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -104,6 +104,15 @@ by other LDAP modules

There is no need to manually enable connection pooling in the Apache configuration. Any module using this module for access to LDAP services will share the connection pool.

+ +

LDAP connections can keep track of the ldap client + credentials used when binding to an LDAP server. These + credentials can be provided to LDAP servers that do not + allow anonymous binds during referral chasing. To control + this feature, see the + LDAPReferrals and + LDAPReferralHopLimit directives. By default, + this feature is enabled.

LDAP Cache @@ -469,6 +478,40 @@ valid + +LDAPReferralHopLimit +The maximum number of referral hops to chase before terminating an LDAP query. +LDAPReferralHopLimit number +LDAPReferralHopLimit 5 +directory.htaccess +AuthConfig + + +

This directive, if enabled by the LDAPReferrals directive, + limits the number of referral hops that are followed before terminating an + LDAP query.

+
+
+ + +LDAPReferrals +Enable referral chasing during queries to the LDAP server. +LDAPReferrals On|Off +LDAPReferrals On +directory.htaccess +AuthConfig + + +

Some LDAP servers divide their directory among multiple domains and use referrals + to direct a client when a domain boundary is crossed. By setting LDAPReferrals On + referrals will be chased (setting it to off causes referrals to be ignored). The directive + LDAPReferralHopLimit works in conjunction with this directive to limit the + number of referral hops to follow before terminating the LDAP query. When referral processing + is enabled client credentials will be provided, via a rebind callback, for any LDAP server + requiring them.

+
+
+ LDAPTrustedGlobalCert Sets the file or database containing global trusted