[Zope] applying domain access restrictions to all users

Richard Barrett R.Barrett@ftel.co.uk
Wed, 12 Sep 2001 16:25:17 +0100


I know that with the stock Zope UserFolder it is possible to restrict the 
IP domains from which each user is allowed to "log in" but is there any 
standard method for restricting the IP domain that is applied to all user 
trying to access a URL on a Zope server. Let me be specific: does Zope 
provide a direct analogue for putting what follows in an .htaccess file of 
an Apache served directory?

<Limit GET>
order deny,allow
deny from all
allow from .mydomain.co.uk
</Limit>