auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 15
auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Your Realm Here!
auth_param basic credentialsttl 5 hour
acl ntlm_users proxy_auth REQUIRED
http_access allow ntlm_users
http_access deny all
This is my config mayb it will help you!
Little How to: witch worked for me.
http://mkeadle.org/?p=13