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

RE: Unable to selectively restrict access in authz

From: <mingdien.chang_at_gmail.com>
Date: Mon, 12 Jan 2009 23:09:17 -0800 (PST)

> Hello,
>
> I have defined the following authz file:
>
> [/]
> * = r
> guest =
>
> However this does NOT restrict users to check out (svn+ssh) using the
> guest account.
>

I had the same problem. After setting anon-access = none in svnserv.conf will work as I expect.

However, I am confused with the relation between anon-access and rules in authz.
As the above example, guest is authenticated by --tunnel-user, why does anon-access apply to this access instead of the "guest = " rule ?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1021165

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-13 14:21:59 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.