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

selective authz does not work with apache module

From: Wichert Akkerman <wichert_at_wiggy.net>
Date: Fri, 24 Oct 2008 15:20:26 +0200

I'm trying to selectively allow access to parts of a svn tree exposed
through apache. The authz file looks like this:

[groups]
externalgroups = @one, @two, WichertA

[/]
* = rw

[/projects/Workbench/IPE3-Gaius]
@externalgroups =
@ipe = rw
* = r

If I try to access /projects/Workbench/IPE3-Gaius using the WichertA account
I expect to be denied access, but the *=r line allows me access. If I
add a "WichertA=" line access is denied, but only for the first attempt:
any further attemps succeed.

The documentation suggests that the first matching entry in the authz
group will be used, which is not happening here. I see this both with
subversion 1.5.3 and 1.4.2.

Wichert.

-- 
Wichert Akkerman <wichert_at_wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-24 15:20:48 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.