Reading this, would it be possible to not require AUTH for a certain MIME header?

http_access allow header_type
http_access allow ntlm_users (provided proxy AUTH ACL is named 'ntlm_users')

Sorry for butting in, just wondering..

Thanks


----- Original Message ----- From: "Mark Elsen" <[EMAIL PROTECTED]>
To: "nairb rotsak" <[EMAIL PROTECTED]>
Cc: <squid-users@squid-cache.org>
Sent: Thursday, February 23, 2006 7:44 PM
Subject: Re: [squid-users] no auth for one domain?


Is it possible to have my ntlm users go around 1
domain?  We can't seem to get a state web site (which
uses a weird front end to it's client... but it ends
up on the web) to go through the proxy.  When we sniff
the traffic locally, it is popping up a 407, but their
isn't anyway to log in.

I tried to put an acl and http_access higher in the
list in the .conf, but that didn't seem to matter?


It would have been more productive to show that  line, which you put
for that domain in squid.conf, offhand & probably it should
resemble something like this :

acl ntlm_go_around dstdomain name-excluded-domain
...

http_access allow ntlm_go_around
http_access allow ntlm_users (provided proxy AUTH ACL is named 'ntlm_users')

M.


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.0.0/267 - Release Date: 2/22/2006




--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.0.0/267 - Release Date: 2/22/2006

Reply via email to