Hi
I'm trying to get NTLM and plain auth (ldap) working together.
Both works fine when used separately, but together, only NTLM (IE) works.
What should I do?
Thanks
-----
squid.conf
----
auth_param ntlm program /usr/lib/squid/ntlm_auth samba_ldap2/SMBLDAP2
auth_param ntlm use_ntlm_negotiate on
auth_param basic program /usr/lib/squid/ldap_auth -b ou=people,dc=company,dc=com
