only what you need to do is to add a control rule same as normal for example: acl MAX_IP max_userip -s 1 http_access deny MAX_IP
Try. ----- Original Message ----- From: "Alejandro Javier Pomeraniec" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 7:46 PM Subject: [squid-users] using max_user_ip > I have set up an external ldap authentication and i want to limit the number of > differents ip the user can log in from. > > Does anybody know how to use max_user_ip? > > I have this acl in squid.conf > > acl password proxy_auth REQUIRED > > and i have these lines too > > http_access allow password > http_access deny all > > > > Thanks !!!! >
