On Fri, 17 Oct 2003 azad_a@chennai.tcs.co.in wrote:
> I,m using squid + windows 2000 + smb_auth for authenticating Windows
> domain users. Now only user authentication is happening .Can I do both
> user as well as IP address authentication.
Yes.
If you only have a few users then this can be done in squid.conf by
definint two acls per user, one IP acl and one proxy_auth acl.
acl user1_ip src 10.10.10.1
acl user1_login proxy_auth user1
http_access allow user1 user1_ip
http_access deny user1
If you have very many users then the ip_user external acl helper will be
most suitable for the job (a lot easier to maintain the user+ip database)
Regards
Henrik
Received on Fri Oct 17 2003 - 04:12:44 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:31 MST