restricting anon access, allowing per-user access (apache, authzsvn)
From: <mark.bergman_at_uphs.upenn.edu>
Date: 2006-12-06 20:09:07 CET
Hello,
I'm new to administering svn, and I'm trying to set up private repositories
I can configure read-only access for everyone (after they have authenticated to
Environment: Linux (Centos 4)
Apache svn.conf:
<Location /users/>
AuthzSVNAccessFile /var/www/svn-users/authzsvn.conf
<LimitExcept GET PROPFIND OPTIONS REPORT >
The problem seems to be with the authzsvn.conf syntax. I've tried several
an anonymous user cannot browse any files
user "alice" can only browse files in the "alice" repository
user "bob" can only browse the "bob" repository
Here's a chart showing the different authzsvn.conf settings, and whether
For authenticated actions (check out and browsing), everything is from
I would like a configuration where (from bob's point of view):
Anon. browsing alice access bob access
============ CASE 1 (no access for anyone) ==================================
=============== CASE 2 (no access for anyone) ===============================
================ CASE 3 (authenticated works OK, but too much read access) ==
CASE 1:
CASE 2: allow read access to the root, grant explicit permision to the
CASE 3: Similar to CASE 2, but permitting anonymous read access to the
Any suggestions?
Thanks,
Mark
---- Mark Bergman mark.bergman@uphs.upenn.edu System Administrator Section of Biomedical Image Analysis 215-662-7310 Department of Radiology, University of Pennsylvania http://pgpkeys.pca.dfn.de:11371/pks/lookup?search=mark.bergman%40.uphs.upenn.edu The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Dec 6 20:46:58 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.