From: Rich Bowen Date: Sat, 17 Nov 2012 02:38:59 +0000 (+0000) Subject: Remove a rather confusing statement that recommends a rather broken way X-Git-Tag: 2.2.24~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=481cb58a4f18c68eb14967c8a44e8037e45653e4;p=thirdparty%2Fapache%2Fhttpd.git Remove a rather confusing statement that recommends a rather broken way of doing things. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1410675 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 64e5adbb218..1a0511e3e7c 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -357,13 +357,7 @@ Require group GroupName

Using that rather than the Require user rbowen line will allow anyone in that is listed in the password file, - and who correctly enters their password. You can even emulate - the group behavior here, by just keeping a separate password - file for each group. The advantage of this approach is that - Apache only has to check one file, rather than two. The - disadvantage is that you have to maintain a bunch of password - files, and remember to reference the right one in the - AuthUserFile directive.

+ and who correctly enters their password.

Possible problems