Stuart Westbury wrote: > I have my linux proxy using winbind auth at the moment, but I want to have > two groups. One that is allowed NTLM authentication transparently, and one > that must use basic.
This is not possible. Squid presents all configured auth schemes to client browsers, and the browser picks the auth scheme to use. If you configure both NTLM and basic, IE will use NTLM and other browsers will use basic. Why do you need to control which clients use which auth scheme? Adam
