Re: [squid-users] Authentication to Sharepoint not happening

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Wed, 02 Feb 2011 01:59:32 +1300

On 02/02/11 00:43, Saurabh Agarwal wrote:
> Looks like we are making progress. Yeah there is a condition in the code client_side.c that relates to when "WWW-Authenticate" header is being deleted. Condition checks for no_connection_auth flag in the request.
>
> This is the code. It checks if there is no_connection_auth in incoming request then that header is being deleted. I think it relates to pinning connections as you said earlier.
>
> if (request->flags.no_connection_auth) {
> httpHeaderDelAt(hdr, pos);
> connection_auth_blocked = 1;
> continue;
> }
>
> But in Squid-2.7.Stable7 there is support only for specifying no-connection-auth in http_port directive. In Squid 3.1 we can turn it on|off using connection-auth=[on|off].
>
> How to not set the no_connection_auth flag in Squid-2.7.Stable.7?

It is supposed to be on by default in both versions and the
configuration option there to turn it off and turn on stripping of the
header.

Amos

-- 
Please be using
   Current Stable Squid 2.7.STABLE9 or 3.1.10
   Beta testers wanted for 3.2.0.4
Received on Tue Feb 01 2011 - 12:59:37 MST

This archive was generated by hypermail 2.2.0 : Tue Feb 01 2011 - 12:00:04 MST