Hello Squid users, Nerijus Baliunas already had asked here about similar problem, but there was no answer.
I am using ntlm_auth from samba-3.0.0 with squid 2.5.STABLE3. And neither Win2k clients can authenticate, nor win98 ones. (people, who had faced this trouble, usually could authenticate Win2k clients though). In squid cache.log I see: libsmb/ntlmssp.c:ntlmssp_server_auth(278) ntlmssp_server_auth: failed to parse NTLMSSP: My squid.conf has: auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp auth_param ntlm children 5 auth_param ntlm max_challenge_reuses 0 auth_param ntlm max_challenge_lifetime 20 minutes auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours acl AuthorizedUsers proxy_auth REQUIRED http_access allow AuthorizedUsers http_access deny all -- Best regards, GZM
