Authentication for outside users
Hello, How could I do so that only users from a certain IP address will need to authenticate - outsiders? Others - insiders - will not. If I disable anonymous access and make new role with two users - outsider and insider. But authentication window will pop up for both of them even if I leave password blank. Can I automatically authenticate in DTML? Also redirecting into login screen in standard_html_header pops into my mind. But it is ugly. And unsecure. Sven
On Mon, May 07, 2001 at 06:27:52PM +0300, Sven Syld wrote:
How could I do so that only users from a certain IP address will need to authenticate - outsiders? Others - insiders - will not.
Make an anonymous user with no password, and domain set to the IP block you want to consider "inside". See http://www.zope.org/Members/michel/ZB/Security.dtml -- particularly the parts right after Figure 6-1. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
participants (2)
-
Mike Renfro -
Sven Syld