]> 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:23:56 +0000 (20:23 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 5 Dec 2014 20:23:56 +0000 (20:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1643416 13f79535-47bb-0310-9956-ffa450edef68

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

index 6dfe32b6f5aca25305157ba81686697e7bfa9756..9ac1e609546dcefecc6513c8d0734dd7041c7742 100644 (file)
@@ -442,10 +442,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 1da4cf58c495fb03711779307459d7fba15c798c..7f743b71ac0d3c4e5fe409171c6d448e27af8fce 100644 (file)
@@ -419,11 +419,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>