tor 2009-07-16 klockan 14:47 +1200 skrev Amos Jeffries: > And the sad reality in squid-3 with _one_ helper: > > squid-*------1-helper-------* winbindd [state1, state2] > \-------crash: all 2 of 1 helpers all RS pending state.
You can't run NTLM with just one helper, not until both the following are true: 1. We implement the current request protocol for stateful helpers 2. Samba implements the same in ntlm_auth (iirc this has been done in Samab4) The reason to this is because the challenge is unique for each client (required by NTLMv2) and the default NTLM helper protocol only supports one challenge at a time. But Squid should not crash horribly only because you do, only complain about helper queue overload... Regards Henrik
