From: Christophe Jaillet Date: Fri, 5 Dec 2014 20:23:56 +0000 (+0000) Subject: Fix typo + correctly spell this poor Barbara name, otherwise she will never be able... X-Git-Tag: 2.5.0-alpha~3634 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25ee4eef8392a7553c1cd2f1958eef3fb1d3ed5f;p=apache Fix typo + correctly spell this poor Barbara name, otherwise she will never be able to get access git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1643416 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 6dfe32b6f5..9ac1e60954 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -442,10 +442,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 1da4cf58c4..7f743b71ac 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -419,11 +419,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