Authentication and Authorisation
From: Michael Jervis <mjervis_at_gmail.com>
Date: 2006-03-07 17:46:10 CET
Hi,
Recently having set up a SVN repository at work, we decided to go for
<Location /repository>
AuthType Basic
<LimitExcept GET PROPFIND OPTIONS REPORT>
This works fine. Now however, we have a new requirement to restrict
<Location /repository>
# our access control policy
# try anonymous access first, resort to real
AuthType Basic
So far, just what I've grabbed from the book really.
Then in the authpolicy file:
[groups]
# Read only access to everyone for everything:
# write access to core app for devs only
# Write access to otherapp for mike and h only
# Write access to sandbox for everyone with a login:
Bearing in mind that my login (mjervis) has not changed, I have not
http://devserver:8080/repository/sandbox
Which should be rw by all people, I get 403, forbidden. When I access
Working on the basis, it's something obvious to an experience admin,
-- Michael Jervis mjervis@gmail.com 504B03041400000008008F846431E3543A820800000006000000060000007765 62676F642B4F4D4ACF4F0100504B010214001400000008008F846431E3543A82 0800000006000000060000000000000000002000000000000000776562676F64 504B05060000000001000100340000002C0000000000 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Mar 7 17:47:48 2006 |
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.