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

Re: path based authorization

From: Torsten Krah <tkrah_at_fachschaft.imn.htwk-leipzig.de>
Date: Wed, 11 Jan 2012 16:51:59 +0100

Am Mittwoch, den 11.01.2012, 15:00 +0000 schrieb Schroeder, Hartmut:
> Hello All!
>
> We use Subversion 1.6.16 on MS Windows Server 2008.
>
> We have a set of 22 repositories and use path based authorization for
> restricting user access. Apache is configured to accept user
> information via LDAP (MS Active Directory) and also local defined
> user.
>
> For some repositories shall all user get read/write access (* = rw)
> and for some other repositories shall all but not a group of user
> shall have access (that group shall not even read).
>
> How can I do that? I tried something with the ~ charcter but it
> doesn't work.

Try this one, e.g. if the group which should not have access is called
"mygroup" for a path called "/path" in repository "dev":

[dev:/path]
@dev = rw
@readers = r
@mygroup =

regards

  • application/x-pkcs7-signature attachment: smime.p7s
Received on 2012-01-11 16:52:44 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.