Re: [squid-users] Parent proxy with authentication

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Sat, 26 Apr 2014 11:22:08 +1200

On 26/04/2014 4:32 a.m., Walter H. wrote:
> On 25.04.2014 17:12, Amos Jeffries wrote:
>> On 26/04/2014 3:02 a.m., Walter H. wrote:
>>> Hello,
>>>
>>> can someone please tell me, what my my cache_peer line must look like,
>>> in order to authenticate with an active directory user on the parent
>>> proxy?
>> Using what type of authentication?
>>
>> Squid supports Negotiate/Kerberos and Basic
>>
>> Amos
>>
> Negotiate/Kerberos is the type of authentication;
>
> Thanks,
> Walter
>

Then either:
 " login=NEGOTIATE " to login using the local proxies credentials.
or,

 " login=PASSTHRU " to pass-thru the clients credentials untouched.
 The connection-auth=on setting should be optional, but if just using
PASSTHRU does not work you may need to set it on both cache_peer and
http_port lines.

NOTE: there is no "relay" in HTTP. Each "hop" (proxy) logs into its
parent(s) using its own credentials. We get away with PASSTHRU only when
there is no interferrence in authentication by the local proxy.

Amos
Received on Fri Apr 25 2014 - 23:22:16 MDT

This archive was generated by hypermail 2.2.0 : Sat Apr 26 2014 - 12:00:06 MDT