Charlie Grosvenor wrote:

> Squid.conf:
> 
> auth_param ntlm program /usr/bin/ntlm_auth domain/domaincontroller
> 
> I am using the NTLM_AUTH binary that comes with samba v3.

I'm amazed it works at all - that is the wrong syntax for the Samba 3
ntlm_auth helper. The correct syntax is (all one line):

auth_param ntlm program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp

This is in the Authentication FAQ:

http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.5

Adam

Reply via email to