]> granicus.if.org Git - apache/commitdiff
Fix typo + correctly spell this poor Barbara name, otherwise she will never be able...
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 5 Dec 2014 20:24:53 +0000 (20:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 5 Dec 2014 20:24:53 +0000 (20:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1643418 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.html.en
docs/manual/mod/mod_authnz_ldap.xml

index 21e69f7af2adaba51cdda2fd32aeaefa7c4e072c..2e6929ee028c8bd8445a6ce831341e06ffb25504 100644 (file)
@@ -437,10 +437,10 @@ uniqueMember: cn=Jim Swenson, o=Example
 uniqueMember: cn=Elliot Rhodes, o=Example</pre></div>
 
     <p>The following directives would allow access for Bob Ellis, Tom Jackson,
-    Barbara Jensen, Fred User, Allan Jefferson, and Paul Tilley but would not
+    Barbara Jenson, Fred User, Allan Jefferson, and Paul Tilley but would not
     allow access for Jim Swenson, or Elliot Rhodes (since they are at a
     sub-group depth of 2):</p>
-<pre class="prettyprint lang-config">Require ldap-group cn=Employees, o-Example
+<pre class="prettyprint lang-config">Require ldap-group cn=Employees, o=Example
 AuthLDAPMaxSubGroupDepth 1</pre>
 
 
index 1513bd8cb007c7b5e6e40596b57b9d5f2cdc4d57..df2bd2d71f8b3158c2abea44607f6da599b3fa29 100644 (file)
@@ -414,11 +414,11 @@ uniqueMember: cn=Elliot Rhodes, o=Example
 </pre></example>
 
     <p>The following directives would allow access for Bob Ellis, Tom Jackson,
-    Barbara Jensen, Fred User, Allan Jefferson, and Paul Tilley but would not
+    Barbara Jenson, Fred User, Allan Jefferson, and Paul Tilley but would not
     allow access for Jim Swenson, or Elliot Rhodes (since they are at a
     sub-group depth of 2):</p>
 <highlight language="config">
-Require ldap-group cn=Employees, o-Example
+Require ldap-group cn=Employees, o=Example
 AuthLDAPMaxSubGroupDepth 1
 </highlight>