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

Re: Access restrictions problem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-06 20:37:01 CEST

On Tue, 2004-04-06 at 13:08, Daniel Duarte Tomas Conceicao wrote:

> #AuthzSVNAccessFile svnaccessfile.conf
> #<LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> #</LimitExcept>

There's no reason to use LimitExcept on read commands; it's a redundant
authorization system. If you want to allow anonymous read-access, then
take a look at chapter 6 in the book. You want to use the "Satisfy Any"
directive combined with an unconditional "Require valid-user:

http://svnbook.red-bean.com/svnbook/ch06s04.html#svn-ch-6-sect-4.4.2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 6 20:38:35 2004

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.