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

Re: Trying (failing) to limit access to one user

From: David Brodbeck <brodbd_at_uw.edu>
Date: Tue, 26 Apr 2011 16:07:13 -0700

On Tue, Apr 26, 2011 at 3:23 PM, Alan M. Evans <ame1_at_extratech.com> wrote:

> On Tue, 2011-04-26 at 17:18 -0500, kmradke_at_rockwellcollins.com wrote:
> > "Alan M. Evans" wrote on 04/26/2011 04:54:37 PM:
> > >
> > > > I've found using "*" to be non intuitive. Try:
> > > >
> > > > [/]
> > > > $authenticated=rw
> > > > jon=
> > >
> > > Thanks for the reply! Unfortunately, jon still has full access...
> >
> > Does order matter? I think the first match wins:
> >
> > [/]
> > jon=
> > $authenticated=rw
>
> No difference. jon still has access.
>

The manual says "first match wins" but that's wrong. When I asked about
this I was pointed to this discussion:
http://svn.haxx.se/dev/archive-2010-01/0340.shtml
It turns out the permissions are basically or'ed; the user gets a
combination of permissions from all the lines that apply to them. So the
short answer is there's probably no way to do what you want except by
creating a group with everyone but jon in it.

-- 
David Brodbeck
System Administrator, Linguistics
University of Washington
Received on 2011-04-27 01:07:42 CEST

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.