Commit ce775117 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent 9147ec3f
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -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>