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

Re: Restricting a Few Users--Simplest Approach?

From: Mark <mark_at_mitsein.net>
Date: 2007-04-30 23:44:46 CEST

You should use an authz setup.
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz

On 4/30/07, Davies, Aaron <aaron.davies@bofasecurities.com> wrote:
> We have an existing subversion repository which uses an automated system
> to generate an htpasswd authentication file from our domain controller;
> all users in that file are given full access. I would like to modify
> this setup so that a small subset of the users ("service" accounts that
> are shared by various groups of people) are restricted to read-only
> access. Is there a complement to require, something like a
> "require-not"? The idea would be
>
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require-not service1, service2
> </LimitExcept>
>
> Thanks in advance for any help you can give.
> --
> Aaron Davies
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Mark
"Blessed is he who finds happiness in his own foolishness, for he will
always be happy."
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 30 23:45:46 2007

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.