On Wed, 9 Nov 2005, Pieter De Wit wrote:

I would like to know how I can "bind" an IP address to a username in squid. So let's say I have a user called user1 and a machine on IP 1.2.3.4. I would like squid to log any requests that come from 1.2.3.4 as if the user user1 logged in.

You can do this via an external acl helper returning the username for the IP.

See external_acl_type directive for details.

This also controls how long Squid should maintain the binding before quering the helper again.

Regards
Henrik

Reply via email to