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

Re: Question about authz file syntax.

From: Sebastian Grewe <sebastian_at_grewe.ca>
Date: Thu, 11 Feb 2010 18:51:14 +0100

Hey Lauro,

Put them in a different order: Last match always decides on access
permissions.

[/path/foo]
* =
user2 = r
user1 = rw
@groupbar = rw

Something similar to that is working on my setup.

Cheers,
Sebastian

On Thu, 2010-02-11 at 15:19 -0200, Lauro Costa G. Borges wrote:
> Hi,
>
> I'm using Subversion version 1.4.4 (r25188).
>
> I'm noticing that the authz file is not properly processed. For some
> paths I have:
>
>
> [/path/foo]
> user1 = rw
> user2 = r
> @groupbar = rw
> * =
>
> All users before "* =" are forbidden on that directory, if I take "*
> =" out, then, The permissions are properly applied.
>
> My problem is, my manager wants a "default deny" ACL, so, for many of
> the directories, I need to have "* = ".
>
>
> * Note: I tried to put "* =" before all the other ACL's, in the end,
> in the middle, doesn't seem to make difference.
>
>
> thanks in advance,
>
> Lauro
Received on 2010-02-11 18:51:52 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.