good day. I want to discourage users from sharing
their passwords (or logging in from from more than one
PC) so I use the "max_user_ip -s" ACL; and
in this configuration on squid-2.5-stable3-
acl me src 192.168.0.0/24
http_access deny !me
acl authenticated proxy_auth REQUIRED
http_access deny !authenticated
acl onlyonce max_user_ip 1
http_access deny onlyonce
http_access allow authenticated
# And finally deny all other access to this proxy
http_access deny all
however, this isn't working. same user still
authenticates from more than one machine at same time,
i am using ntlm authentication against a windows 2000
domain controller.
what can be wrong?
thanks, ola
________________________________________________________________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
Received on Wed Jul 09 2003 - 17:14:37 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:54 MST