mån 2010-06-21 klockan 19:11 +1000 skrev Rob Price: > I have authentication via negotiate_kerb_auth working a charm, with a > secondary helper for basic via ntlm_auth > > This works a charm. However the negotiate_kerb_auth helper only supports > NTLMv2 and this causes some applications, mostly Web Conferencing > applications, Live Meeting, WebEx etc, to fail authentication due to sending > NTLMv1. squid_kerb_auth do not support NTLM at all, only Kerberos. Samba ntlm_auth supports NTLM version 1 & 2, plus Basic auth. Your can run Squid with Basic -> ntlm_auth NTLM -> ntlm_auth Negotiate -> squid_kerb_auth which should cover pretty much all HTTP clients. Regards Henrik