On Wed, 22 Oct 2003, Chris Wilcox wrote: > I'm aware that when using basic_auth I can use 'login=*:password' in the > cache_peer definition to make squid pass the basic_auth username to the peer > cache. But when only using identd lookups the identd string is not passed > in the same manner. > > Is this possible and if so how?
Not at the moment no. The ident information is simply not available to Squid when forwarding the request. The ident is a property of the client connectin, not the request. Regards Henrik
