Hello Henrik, I don't understand what you mean, can you please elavorate? Manuel -----Original Message----- From: Henrik Nordstrom [mailto:henrik@xxxxxxxxxxxxxxxxxxx] Sent: Monday, October 19, 2009 2:16 PM To: Amos Jeffries Cc: squid-users@xxxxxxxxxxxxxxx Subject: Re: How To Allow Different Sites at Different Times mån 2009-10-19 klockan 14:44 +1300 skrev Amos Jeffries: > > http_access allow timothy timothys_schooltime whitelist_sos > > http_access deny timothy all > > > > The final line there does not permit Squid to challenge for > authentication. I assume you have some other way to make the browser > send it later on? Amos, Squid challenges on the first auth related ACL encountered in http_access processing. What the above configuration do not is to rechallenge to allow timothy once authenticated to try to log in as someone else when trying to access something timothy is not allowed to access. Regards Henrik