summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_ldap.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2009-10-31 15:07:35 +0100
committerEric Covener <covener@apache.org>2009-10-31 15:07:35 +0100
commit7c978c89e21ace5ac72c0c6a7a71fe645e8ecfe1 (patch)
treeb997fcc84bbc0f5590e5f265eba7869c99fb8839 /docs/manual/mod/mod_ldap.xml
parentStop trying to set the referral HOP limit on each connection since most SDKs ... (diff)
downloadapache2-7c978c89e21ace5ac72c0c6a7a71fe645e8ecfe1.tar.xz
apache2-7c978c89e21ace5ac72c0c6a7a71fe645e8ecfe1.zip
a warning about the [trunk-only] LDAP Hop Limit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831543 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ldap.xml')
-rw-r--r--docs/manual/mod/mod_ldap.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index cbe1a3855e..f41f77d138 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -497,7 +497,7 @@ valid</description>
<name>LDAPReferralHopLimit</name>
<description>The maximum number of referral hops to chase before terminating an LDAP query.</description>
<syntax>LDAPReferralHopLimit <var>number</var></syntax>
-<default>LDAPReferralHopLimit 5</default>
+<default>SDK dependent, typically between 5 and 10</default>
<contextlist><context>directory</context><context>.htaccess</context></contextlist>
<override>AuthConfig</override>
@@ -505,6 +505,10 @@ valid</description>
<p>This directive, if enabled by the <code>LDAPReferrals</code> directive,
limits the number of referral hops that are followed before terminating an
LDAP query.</p>
+
+<note type="warning">
+<p> Support for this tunable is uncommon in LDAP SDKs.</p>
+</note>
</usage>
</directivesynopsis>