On Wed, 10 Dec 2003, Gregory Edigarov wrote: > Is there any way I can run authentication based on passwords AND > user's IP address?
You can authenticate based on login+password and then authorize the user based on his login + ip + whatever you like. See for example the ip_user external acl helper which probably is exacly what you are looking for. Regards Henrik
