, 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 pass
> Does anybody know how to use max_user_ip?
> I have this acl in squid.conf
Sure. I'll combine it with the lines you provided from squid.conf to show
how it fits.
> acl password proxy_auth REQUIRED
acl multiple max_user_ip -s 1 # Strictly limit user to 1 IP Address
authenticate_ip_ttl 20 minutes
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 de