]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove a rather confusing statement that recommends a rather broken way
authorRich Bowen <rbowen@apache.org>
Sat, 17 Nov 2012 02:38:59 +0000 (02:38 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 17 Nov 2012 02:38:59 +0000 (02:38 +0000)
of doing things.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1410675 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index 64e5adbb218850bf5f3cec282e465ace540cb7cd..1a0511e3e7c367a0a8332e6c5feac932f9e9a56b 100644 (file)
@@ -357,13 +357,7 @@ Require group GroupName
 
     <p>Using that rather than the <code>Require user rbowen</code>
     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
-    <directive module="mod_authn_file">AuthUserFile</directive> directive.</p>
+    and who correctly enters their password.</p>
 </section>
 
 <section id="possibleproblems"><title>Possible problems</title>