]> granicus.if.org Git - apache/commitdiff
Fix up a badly styled example and a wrongly named directive.
authorDaniel Gruno <humbedooh@apache.org>
Fri, 11 May 2012 06:39:39 +0000 (06:39 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 11 May 2012 06:39:39 +0000 (06:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337035 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index af655eae1b90520d70a4e00d83a54d8c46027fb1..67db78bc7d87c1a246a6f14122da9449e94f477b 100644 (file)
@@ -416,7 +416,7 @@ uniqueMember: cn=Elliot Rhodes, o=Example
     sub-group depth of 2):</p>
 <highlight language="config">
 Require ldap-group cn=Employees, o-Example
-AuthLDAPSubGroupDepth 1
+AuthLDAPMaxSubGroupDepth 1
 </highlight>
 
     <p>Behavior of this directive is modified by the <directive
@@ -691,9 +691,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>
 <highlight language="config">
-AuthLDAPURL            "the url"
-AuthGroupFile <em>mygroupfile</em>
-Require group <em>mygroupfile</em>
+AuthLDAPURL       "the url"
+AuthGroupFile     mygroupfile
+Require group     mygroupfile
 </highlight>
 
 <section id="howitworks"><title>How It Works</title>