On Wed, 19 Oct 2005, Gabriel Gunderson wrote:
My questions are: 1) Do I even need a "basic" auth_param? All the examples I see have ntlm and basic. What would be the need to have both?
Not all browsers or plugins supports NTLM authentication.
2) What does this top log entry show? Why would I have it if the user is authed with ntlm? Wouldn't they all show "DOMAIN+admin" or whatever? (example below) ... - NONE/- text/html DOMAIN+admin DIRECT/72.14.203.19 text/html ...
Most likely the NONE/- is the summary of the "authenitcation required" responses sent by Squid. NTLM authentication is by design quite chatty, and there is often more "authentication required" messages than successful requests..
TCP_DENIED/407 585 GET http://mail.google.com/mail/? - NONE/- text/html
This is "authenitcation required". Regards Henrik