On 24/11/2011 5:41 a.m., Andreas Moroder wrote:
Hello,
is it possible to configure squid the way it sends username and group
of the authenticated user to a peer proxy ?
Consider: Which part of the "username:passkey" credentials is the group?
In short no. Group is not sent to peers proxies.
Username and password can be configured with the login= option on the
relevant cache_peer line. You get a choice of Basic authentication, with
one of other username:passord detail removed/replaced. In newer Squid
you can also send Negotiate/Kerberos authentication security hashes.
Amos