From: Lucien Gentis Date: Mon, 22 Dec 2008 13:58:28 +0000 (+0000) Subject: Small typo. X-Git-Tag: 2.3.1~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=791d761324fbd3e627e41c2c1ffbfc4bde25c2c8;p=thirdparty%2Fapache%2Fhttpd.git Small typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728695 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index 2b740e50354..8fd37fdd1bb 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -87,8 +87,8 @@ AuthName LDAP_Protected_Place

#implied OR operation
- Require alias1-ldap-group
- Require alias2-ldap-group
+ Require ldap-group-alias1
+ Require ldap-group-alias2
</Directory>