I too made the changes below and after about 20 minutes of testing, it appears to be working correctly. Could someone briefly explain why this works? I'm having some trouble understanding how this "fixes" the problem.
As I read it, this rule would be denying any non-null ident requests. Isn't that the opposite of what we want? # use REQUIRED to accept any non-null ident. Thanks to everyone for their feedback Regards Jay -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neil Watson Sent: Saturday, 5 October 2002 9:18 PM To: [EMAIL PROTECTED] Subject: Ident Hello all, Following Rick's advice, I added these lines to my squid.conf file: acl do_ident ident REQUIRED 1437 acl none src 0.0.0.0/32 http_access deny do_ident none It seems to be working. As I continue to test I'll keep you posted. Special thanks to Rick for his tenaciousness. -- Neil Watson Network Administrator watson-wilson.ca
