Path based authorization
From: Johnson, Robert <r.johnson_at_cgi.com>
Date: Mon, 25 Oct 2010 15:58:34 -0700
I'm not sure this is a bug or the documentation is wrong, or I'm
The setup and config:
Redhat Enterprise Linux AS release 4 (October Update 7)
Apache 2.2.16
Subversion version 1.6.12 from Collabnet
mod_authz_svn.so built from Subversion sources 1.6.13 (uses 1.6.12 libs
In the SVN doc:
Section 6.5 Path-Based Authorization
[paint:/projects/paint]
jane = r
@paint-developers = rw
Another important fact is that the first matching rule is the one which
even though Jane is a member of the paint-developers group (which has
rule will be discovered and matched before the group rule, thus denying
My authz file:
[groups]
Administrators = admin, r.thompson, john.robbins
SE-tech = r.thompson, john.robbins, test.user
[/]
#start with everyone has read access
* = r
@Administrators = rw
[SystemEngineering:/trunk]
test.user = r
@Administrators = rw
@SE-tech = rw
I am not getting the results as described in the documentation. I
Any help or clarification would be greatly appreciated.
Bob Johnson
CGI - Insurance Sector
Columbia, S.C.
(803)917-7751
|
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.