[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

path based authorization issue

From: Schroeder, Hartmut <Hartmut.Schroeder_at_plath.de>
Date: Thu, 30 Jul 2009 17:35:43 +0200

Hi,
A path based authorization configuration problem.
I have a rules file with content as follows:

# -------------------------------------------------
[groups]
test = harry, sally

[/]
* = rw

[/trunk/org/secure]
@test =
# -------------------------------------------------

I would expect that harry and sally have access to all but not
to 'secure'.
But: The result is, everyone has access to /trunk/org/secure.
In comparison, the following example runs as expected:

# -------------------------------------------------
[/]
* = rw

[/trunk/org/secure]
* =
# -------------------------------------------------

I'm running Subversion 1.5.5, Apache 2.0.63 on Windows XP Prof.

Any hint?

Hartmut

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2377019

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-30 17:37:52 CEST

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.