]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorDaniel Gruno <humbedooh@apache.org>
Fri, 11 May 2012 06:41:45 +0000 (06:41 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 11 May 2012 06:41:45 +0000 (06:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337036 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.html.en

index 99f768b83a31ca416951fd517d3a3307a788c1af..2b0b85705cd8a6b12f3f6e4dbbce7c7d90cb5bf8 100644 (file)
@@ -445,7 +445,7 @@ uniqueMember: cn=Elliot Rhodes, o=Example
     sub-group depth of 2):</p>
 <pre class="prettyprint lang-config">
 Require ldap-group cn=Employees, o-Example
-AuthLDAPSubGroupDepth 1
+AuthLDAPMaxSubGroupDepth 1
 </pre>
 
 
@@ -720,9 +720,9 @@ AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub
     directives to <em>every</em> <code>.htaccess</code> file
     that gets created in the web</p>
 <pre class="prettyprint lang-config">
-AuthLDAPURL            "the url"
-AuthGroupFile <em>mygroupfile</em>
-Require group <em>mygroupfile</em>
+AuthLDAPURL       "the url"
+AuthGroupFile     mygroupfile
+Require group     mygroupfile
 </pre>