authz denies everything?
From: Dan Stromberg <strombrg_at_gmail.com>
Date: Wed, 28 Oct 2009 23:38:15 -0700
I'm trying to get authz to allow read/write for some users, and read
I have apache set up like so:
<Location /svn>
# Uncomment this to enable the repository
# Set this to the path to your repository
AuthType Basic
# To enable authorization via mod_authz_svn
<LimitExcept GET PROPFIND OPTIONS REPORT>
</Location>
My /etc/apache2/da_svn.authz looks like:
[groups]
[/]
If I comment out the AuthzSVNAccessFile, then both users can read and
As soon as I put back the AuthzSVNAccessFile line, both dstromberg and
I do have an /etc/apache2/dav_svn.passwd file, with what looks like MD5
svn: Server sent unexpected return value (403 Forbidden) in response to
I ran svnauthz-validate against /etc/apache2/ddav_svn.authz, and it
I also ran strace's against all of my apaches while doing an mkdir, and
Any suggestions? I'd like the fine grained control of authz.
Thanks!
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.