On Tue, 7 Mar 2000, Shiu, Tim wrote:
> Dear Wessels,
> I need to limit the user who can logon at stationary IP address and must
> authenticated by proxy server.
> Now, my users is authenticated by proxy but some of them share their account
> and password with others. In order to prevent it, I need to limit IP
> address. But I don't know how to implement it in the squid.conf file.
> Could you help me to resolve this problem?
> Thank you very much
try this
acl foo1 proxy_auth name1
acl foo2 src ip1
http_access allow foo1 foo2
http_access deny foo2
Duane W.
Received on Tue Mar 07 2000 - 23:31:40 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:51:57 MST