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

RE: Re: authz: what has precidence when user is multiply referenced for a particular path?

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-05-19 16:31:39 CEST

> -----Original Message-----
> From: Greg Thomas [mailto:thomasgd@omc.bt.co.uk]
>
> This makes it impossible to give anonymous read only access,
> a very desirable feature:
>
> [/foo]
> *=r
> @developers=rw

That's not correct!

First of all, in your example Subversion will behave like this:
1. if you need read access: the first line applies, so it grants you read
access
2. if you need write access: it skips the first line, and grants you access
based on the second line of you're in the developer group.

Beside, in your apache configuration you can put these lines to achieve the
same thing:
...
# allow read-only access to all users in the AD server
<Limit GET PROPFIND OPTIONS REPORT>
    Satisfy Any
</Limit>

  Require valid-user
...

Lieven.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 19 16:36:53 2006

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.