Laurent CARON wrote:
Adam Aube wrote:
Laurent CARON wrote:
I'm trying to get NTLM and plain auth (ldap) working together.
Both works fine when used separately, but together, only NTLM
(IE) works.
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
As of Mozilla 1.4 there is NTLM support, but while testing with IIS 5/6
web servers only Mozilla 1.6 and 1.7rc2 did work. So maybe these Mozilla
versions also work with Squid NTLM authentication?
----- squid.conf ---- 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
Adam
Cheers,
Andre