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

Re: Disallowing read permission for a single user

From: Mark Reibert <svn_at_reibert.com>
Date: Wed, 02 Apr 2008 00:17:33 -0700

I believe the issue is the permissions from a repository-unqualified
path (say, [/]) are merged (in the union sense) with those of a specific
repository. If this is true then it seems like a bug as the SVN Book
claims the most-specific path is the one that matters.

The work around is to lock everything down, then just open up what you
need, but this makes it pretty cumbersome to manage the access control.

On Mon, 2008-03-31 at 12:15 +0200, Erik Tews wrote:
> Hi
>
> I have a repository and a lot of users. All users except john should be
> able to read the data. John should not be allowed to read anything. Can
> I configure this, without having to enumerate all users in authz.conf? I
> tried this, but somehow, john is still allowed to read:
>
> [rep:/]
> * = r
> john =
>
> The same holds if I switch the lines with * and john.

-- 
----------------------
Mark S. Reibert, Ph.D.
svn_at_reibert.com
----------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-02 09:17:53 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.