On Thu, 16 Sep 2004, Adam Aube wrote:
Is it possible to configure squid to also allow user5 when its request only comes from 101.10.10.5 (say) otherwise deny.
There is an ip_user external acl helper that does this - it reads username and IP address pairs from a configuration file.
It is also possible to do this using internal acls only by combinind proxy_auth and src acls.
but the ip_user approach is defenitely simpler to configure, more so if there is many users with this requirement.
Regards Henrik
