Re: Authorization Fine Tuning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5/22/07, Chaim Keren Tzion <chaim@xxxxxxxxxxxxxxx> wrote:
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 and Authenticated
users will get read-write rights.

So far I have this 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?

I believe it will work if you add this to the above:
<Limit GET PROPFIND OPTIONS REPORT>
Require valid-user
Satisfy Any
Order Allow,Deny
Allow from internal.example.com
</Limit>

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux