Jimmy Jonsson schrieb:
Hi Adrian,
I made these modifications in my squid.conf and restarted squid and samba:
auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm use_ntlm_negotiate off
You have to deactivate the above lines or the transparent authentication
will succeed and no box will appear.
The other lines below should work nevertheless; you can try that out
with a non-ntlm capable browser.
Just with IE you will never see them that way. You cannot have both
because the NTLM stuff has to go first obviously....
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
auth_param basic casesensitive off
Yours,
Jakob Curdes