You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2012/11/21 17:31:45 UTC

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

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.)

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

Posted by "Oscarsen, Anders" <an...@logica.com>.
>  Daniel Shahaf wrote:
> > 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.)

After rereading the docs I believe this is the correct answer. As long as I
don't use 'w' the permission rules make perfect sense to me.

Thank you

Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.