Re: [squid-users] change the authenticated username

2013-08-28 Thread Attila Gömbös
The downstream proxy authenticates the users (with SPNEGO for example). The downstream proxy sends the Proxy-Authorization token with only the username in it. But the Squid will send the request to Symantec Messagelabs, but it can't create the right X-saucer and X-teacup headers, if the user is

Re: [squid-users] change the authenticated username

2013-08-28 Thread Amos Jeffries
On 28/08/2013 8:13 p.m., Attila Gömbös wrote: The downstream proxy authenticates the users (with SPNEGO for example). The downstream proxy sends the Proxy-Authorization token with only the username in it. But the Squid will send the request to Symantec Messagelabs, but it can't create the right

[squid-users] change the authenticated username

2013-08-27 Thread Attila Gömbös
Hi! I have a complicated setup, where i need to accept the authorization of the downstream proxy. It is being sent with basic authorization. I use basic_fake_auth to accept it in any case. That works fine, but the problem is that the downstream proxy sends only Proxy-Authorization Basic

Re: [squid-users] change the authenticated username

2013-08-27 Thread Amos Jeffries
On 28/08/2013 3:37 a.m., Attila Gömbös wrote: Hi! I have a complicated setup, where i need to accept the authorization of the downstream proxy. It is being sent with basic authorization. I use basic_fake_auth to accept it in any case. That works fine, but the problem is that the downstream