svnserver authz rule precedence bug?
From: ycdtosa <ycdtosa_at_gmail.com>
Date: Wed, 21 Jan 2009 22:52:55 +0100
Hi. Im having a problem with svnserve and the authz file,
svnserver authz rule precedence not working as expected / documented
So, w/o further ado here i sthe simpler version i could figure out.
I wanted to allow read-only access to my repo to an authenticated user,
* svnserve.conf: (disallow anonymous)
[general]
* passwd: (a few users)
[users]
* authz: (give harry read access, and rw to everybody else)
[/]
And that is it.
The problem is that with this configuration "harry" gets "rw" permisions,
"Another important fact is that the first matching rule is the one
where the "prior example" was this:
[paint:/projects/paint]
Also, googling for a solution i've found this post
were C. Michael (Mike) Pilato wrote:
Which *is not the case* since anonymous access already disabled, thus
This might be a follow up of this thread:
but i could not find any follow up
Thanks.
BTW: i'm working with svnserve 1.5.1 (r32289) which is not the latest.
Also, i got a workaround for this, using something like this,
[/]
And last. Thanks for subversion guys.
-- ycdtosa ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1042176Received on 2009-01-22 09:02:55 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.