Junho Ryu wrote:
> Hello,
> When an authenticated user has multiple connections at the same time, I need to make sure that concurrent connections are from the same IP.
> However, as long as source IP of concurrent connections are the same, I don't want to limit IP address from where connections are from.
> Is it configurable?
> Thanks,Jay
>
# Only allow credentials to be used from one IP concurrently
acl OnlyOne max_user_ip -s 1
http_access deny OnlyOne
See also http://www.squid-cache.org/Doc/config/authenticate_ip_ttl/
Chris
Received on Tue Oct 27 2009 - 01:13:32 MDT
This archive was generated by hypermail 2.2.0 : Tue Oct 27 2009 - 12:00:03 MDT