]> granicus.if.org Git - apache/commitdiff
Synch with 2.4.x
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Mar 2016 23:06:22 +0000 (23:06 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Mar 2016 23:06:22 +0000 (23:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1736705 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index 6707a034e36576fdc24cf55a1860f7ef61920af6..eef6750bd1c7bffc16925a220ddd2ade0c572de9 100644 (file)
@@ -765,8 +765,8 @@ AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub
     that gets created in the web</p>
 <highlight language="config">
 AuthLDAPURL       "the url"
-AuthGroupFile     mygroupfile
-Require group     mygroupfile
+AuthGroupFile     "mygroupfile"
+Require group     "mygroupfile"
 </highlight>
 
 <section id="howitworks"><title>How It Works</title>
@@ -1398,9 +1398,9 @@ You can of course use search parameters on each of these.</p>
         will search for all objects in the tree. Filters are
         limited to approximately 8000 characters (the definition of
         <code>MAX_STRING_LEN</code> in the Apache source code). This
-        should be more than sufficient for any application. The keyword
-        <code>none</code> disables the use of a filter; this is required
-        by some primitive LDAP servers.</dd>
+        should be more than sufficient for any application. In 2.4.10 and later,
+        the keyword <code>none</code> disables the use of a filter; this is
+        required by some primitive LDAP servers.</dd>
 </dl>
 
     <p>When doing searches, the attribute, filter and username passed