On Tue, 9 Mar 2004, Peter Smith wrote: > I'm thinking of tearing up Squid 2.5.STABLE4 code to get this to work. > Probably alter the basic authentication code: if the user is > authenticated to the "NOBLOCK" group, then do not use the redirector > (squidGuard.); if the user is not authenticated, then route traffic to > the redirector; if the redirector indeed redirects it then process the > authentication; if the user authenticates correctly then go back to the > top and let them through; if the user fails authentication send them to > the redirected page.
Use Squid access controls instead of SquidGuard and you get this capability to selectively request authenticatoin for free. Regards Henrik
