Re: [squid-users] ncsa_auth

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 16 Jul 2002 09:22:22 +0200

On Tuesday 16 July 2002 06.33, nandan kaushik wrote:

> Iam using ncsa_auth for proxy authentication .I want the
> users to be authenticated on per ip basis ie one particular user
> can be authenticated from only one client machine and no other
> machine.please help.........

See acl and http_access directives.

acl user_x proxy_auth login_name_x
acl ip_x src ip.of.user.x
http_access allow user_x ip_x
http_access deny user_x

Regards
Henrik
Received on Tue Jul 16 2002 - 01:23:20 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:16 MST