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

Re: Read access for a member of two authz groups with different permissions

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 21 Nov 2012 18:31:45 +0200

Oscarsen, Anders wrote on Wed, Nov 21, 2012 at 15:17:39 +0000:
> Hi,
>
> I've noticed something I don't understand when handling
> members of multiple groups with different permissions.
>
> With this authz file:
>
> #---------------------------------------
> [groups]
> group0 = user1
> group1 = user1
> group2 =
>
> [/]
> @group0 = r
>
> [/folder1]
> @group1 = w

'w' is not a valid value --- fix that. (Until you do, the rule has
undefined behaviour.)
Received on 2012-11-21 17:32:27 CET

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.