From: Christophe Jaillet
Date: Sat, 26 Mar 2016 23:06:22 +0000 (+0000)
Subject: Synch with 2.4.x
X-Git-Tag: 2.5.0-alpha~1824
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=608e75d936b35ba2c774397f4753319d2f2d1d69;p=apache
Synch with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1736705 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index 6707a034e3..eef6750bd1 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -765,8 +765,8 @@ AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub
that gets created in the web
AuthLDAPURL "the url"
-AuthGroupFile mygroupfile
-Require group mygroupfile
+AuthGroupFile "mygroupfile"
+Require group "mygroupfile"
How It Works
@@ -1398,9 +1398,9 @@ You can of course use search parameters on each of these.
will search for all objects in the tree. Filters are
limited to approximately 8000 characters (the definition of
MAX_STRING_LEN
in the Apache source code). This
- should be more than sufficient for any application. The keyword
- none
disables the use of a filter; this is required
- by some primitive LDAP servers.
+ should be more than sufficient for any application. In 2.4.10 and later,
+ the keyword none
disables the use of a filter; this is
+ required by some primitive LDAP servers.
When doing searches, the attribute, filter and username passed