From 7c978c89e21ace5ac72c0c6a7a71fe645e8ecfe1 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 31 Oct 2009 14:07:35 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_ldap.html.en | 8 ++++++-- docs/manual/mod/mod_ldap.xml | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index c1aabd1abb..4edf2c1bfd 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -543,7 +543,7 @@ valid - + @@ -553,6 +553,10 @@ valid limits the number of referral hops that are followed before terminating an LDAP query.

+
+

Support for this tunable is uncommon in LDAP SDKs.

+
+
top

LDAPReferrals Directive

@@ -720,4 +724,4 @@ Certificate Authority or global client certificates
- + \ No newline at end of file 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 @@ validLDAPReferralHopLimitThe maximum number of referral hops to chase before terminating an LDAP query.LDAPReferralHopLimit number -LDAPReferralHopLimit 5 +SDK dependent, typically between 5 and 10directory.htaccessAuthConfig @@ -505,6 +505,10 @@ valid

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

+ + +

Support for this tunable is uncommon in LDAP SDKs.

+
-- 2.40.0
Description:The maximum number of referral hops to chase before terminating an LDAP query.
Syntax:LDAPReferralHopLimit number
Default:LDAPReferralHopLimit 5
Default:SDK dependent, typically between 5 and 10
Context:directory, .htaccess
Override:AuthConfig
Status:Extension