[Zope] Domain/Subnet/IP Based Authentication/Authorization

Bakhtiar A Hamid kedai at kedai.com.my
Mon Apr 19 04:11:00 EDT 2004


On Friday 16 April 2004 03:53, Paul Allen wrote:
> Any new developments on securing ZOPE content based on ip address or
> domain? I know about the one "solution"
> (http://plone.org/documentation/howto/HowToDomainIntranet)  there but
> apparently it isn't practical to use.
>
> In short I need to control access based on either individual subscriptions
> (normal zope access) and based on ip address (all users from this lists of
> subnets are allowed to see content).

i've used apache limit and rewrite rule for this.  a bit hackish, but works 
for me

<location /some/loc>
<limit GET>
order deny,allow
allow from some.ip.add.ress
</limit>
</location>


and do the rewrite as usual.

hth
>
>
>
>
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )



More information about the Zope mailing list