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

Restricting a Few Users--Simplest Approach?

From: Davies, Aaron <aaron.davies_at_bofasecurities.com>
Date: 2007-04-30 23:19:10 CEST

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
Received on Mon Apr 30 23:19:32 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.