From: Christophe Jaillet Date: Fri, 5 Dec 2014 20:24:53 +0000 (+0000) Subject: Fix typo + correctly spell this poor Barbara name, otherwise she will never be able... X-Git-Tag: 2.4.11~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd44c8bc9132183dafba830e326ffa07d60ac80f;p=apache Fix typo + correctly spell this poor Barbara name, otherwise she will never be able to get access (r1643416) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1643418 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 21e69f7af2..2e6929ee02 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -437,10 +437,10 @@ uniqueMember: cn=Jim Swenson, o=Example uniqueMember: cn=Elliot Rhodes, o=Example

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):

-
Require ldap-group cn=Employees, o-Example
+
Require ldap-group cn=Employees, o=Example
 AuthLDAPMaxSubGroupDepth 1
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 1513bd8cb0..df2bd2d71f 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -414,11 +414,11 @@ uniqueMember: cn=Elliot Rhodes, o=Example

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):

-Require ldap-group cn=Employees, o-Example +Require ldap-group cn=Employees, o=Example AuthLDAPMaxSubGroupDepth 1