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

SVN Apache Authorization Fine Tuning

From: Chaim Keren Tzion <chaim_at_intercomp.co.il>
Date: 2007-05-22 14:27:29 CEST

Hi,

I am running Subversion through Apache/2.2.3.

I would like to set it up so that:
1. From within the LAN, Anonymous users can only checkout (read-only)
2. From within the LAN, Authenticated users can check in and out (read-write)
3. From outside the LAN, Anonymous users should be rejected altogether and
Authenticated users should get read-write rights.

So far I have the config below which works for the internal network as desired
but I don't know how to procede with the config for external connections.

   <LimitExcept GET PROPFIND OPTIONS REPORT>
      Require valid-user
   </LimitExcept>

Any ideas?

PS. I realize that this is primarily an Apache issue but being that this type
of configuration is common in Subversion I felt it was okay to post here.

TIA,
Chaim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 22 14:27:50 2007

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.