]> granicus.if.org Git - apache/commitdiff
a warning about the [trunk-only] LDAP Hop Limit
authorEric Covener <covener@apache.org>
Sat, 31 Oct 2009 14:07:35 +0000 (14:07 +0000)
committerEric Covener <covener@apache.org>
Sat, 31 Oct 2009 14:07:35 +0000 (14:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831543 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.html.en
docs/manual/mod/mod_ldap.xml

index c1aabd1abbeafb31d86c8af29abd24a4dce74f6b..4edf2c1bfdb3d365187af8dc8b889dba7f38c3ef 100644 (file)
@@ -543,7 +543,7 @@ valid</td></tr>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The maximum number of referral hops to chase before terminating an LDAP query.</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>LDAPReferralHopLimit <var>number</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>LDAPReferralHopLimit 5</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SDK dependent, typically between 5 and 10</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
@@ -553,6 +553,10 @@ valid</td></tr>
     limits the number of referral hops that are followed before terminating an
     LDAP query.</p>
 
+<div class="warning">
+<p> Support for this tunable is uncommon in LDAP SDKs.</p>
+</div>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="LDAPReferrals" id="LDAPReferrals">LDAPReferrals</a> <a name="ldapreferrals" id="ldapreferrals">Directive</a></h2>
@@ -720,4 +724,4 @@ Certificate Authority or global client certificates</td></tr>
 </div><div id="footer">
 <p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
+</body></html>
\ No newline at end of file
index cbe1a3855e78188877119e209c142e3de5f15347..f41f77d13846ee9c3711ec9d6b2a03c693518fc3 100644 (file)
@@ -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>