On Wed, 2 Mar 2005, Babs wrote:
as Dansguardian is standing between User request and Squid, squid see only the loopback address coming from DG's requests. So How do I go about restricting each logins with one ip at a time in this scenario?.
You could change the flow to
client -> Squid with authentication but no caching -> DansGuardian (listening on localhost only) -> Squid with caching (listening on localhost only)
Regards Henrik