I've just upgraded to 2.2.3 from 2.0.54.  I've reviewed the docs
regarding the auth changes.  My config is:

<Location /svn>
    DAV svn
    SVNParentPath /var/lib/svn
    SVNListParentPath on

    SVNPathAuthz off

    AuthType Basic
    AuthName "Subversion Repository"
    AuthBasicProvider file
    AuthUserFile /etc/apache2/.htpasswd
    Require valid-user
</Location>


However when I try to authenticate the following appears in error.log:

[error] GROUP: ibrandt not in required group(s).

By "Require valid-user" shouldn't anything to do with groups be
irrelevant?  I grep'ed my configs and I don't have "Require group"
anywhere.

Thanks,

Ian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to