On Tue, 10 Feb 2004, OTR Comm wrote: > I have authentication turned on and I have a user named wget. I > authenticate through an external program, mysql_auth. > > I have wget setup to access squid as proxy-username 'wget'. So if I > don't want user wget to access the redirector, I tried: > > acl wget_prog ident wget
ident is not related to authentication. You want proxy_auth. > redirector_access deny wget_prog ok. > but I get errors: > > 2004/02/10 16:28:03| squid.conf line 1043: redirector_access deny > wget_prog If there was no complain on the acl line then verify spelling. Regards Henrik
