i am using authenticate_ip_ttl 20 minutes and max_user_ip -s 1 but the problem persists. what could be wrong?
--- Li Wei <[EMAIL PROTECTED]> wrote: > you seem to miss the "authenticate_ip_ttl" setting > > And, for max_user_ip, you'd better add -s option. > > ----- Original Message ----- > From: "Ola" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 10, 2003 7:14 AM > Subject: [squid-users] Problems with ACL max_user_ip > on squid2.5 stable3 > > > > 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/ > ________________________________________________________________________ Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://uk.messenger.yahoo.com/
