Laurent CARON wrote: > Adam Aube wrote:
>>If Squid presents both NTLM and basic authentication, IE will chose NTLM >>if the user is logged into a domain. Or are you saying that authentication >>in non-IE browsers does not work with NTLM enabled? > That's it, it does NOT work in mozilla Show us the configuration you are using for basic auth (the lines will begin with "auth_param basic"). >>>auth_param ntlm program /usr/lib/squid/ntlm_auth samba_ldap2/SMBLDAP2 >>Is that the helper that comes with Samba 3? If so, that command line is >>wrong - it should be: >>auth_param ntlm program /usr/lib/squid/ntlm_auth >>--helper-program=squid-2.5-ntlmssp > When I put this line it makes a lot of errors Then it must be a different helper that just happens to have the same name. I really would suggest installing Samba 3 and using it's helper - that is the most reliable way to integrate Squid authentication with a Windows-style domain. The setup procedure is documented in this FAQ: http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.5 Adam
