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

Re: mod_authz_svn: Failed Authorization During COPY, RENAME, MOVE (due to extra copy?)

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2006-08-04 03:08:07 CEST

On 8/3/06, Brian Brophy <brianbrophy@email.com> wrote:
> I really appreciate your follow-ups. Perhaps one additional thing I
> should add is that we hope to be able to have a configuration that
> permits anonymous read access, yet authorized write access. It is for
> this reason that the "Require valid-user" occurs within the LimitExcept
> ... so as to populate the Apache user for those operations where
> mod_authz_svn's configuration would be looking to match the user to the
> group in its file.

The better way to do this is to *not* use LimitExcept at all, but
instead to (1) unconditionally 'Require valid-user', (2) put a
'satisfy any' next to it, (3) unconditionally use SVNAuthzAccessfile,
and (4) put a nice '* = r' on the root directory of your authz file.
See example 6.3 in the svnbook.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 4 03:08:43 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.