When I try to use NTLM_auth and try to auth a user the cache.log shows the following:
[2004/03/07 22:59:29, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(286) Got user=[USR] domain=[DOMAIN] workstation=[FC-5030] len1=24 len2=24 [2004/03/07 22:59:29, 10] utils/ntlm_auth.c:manage_squid_ntlmssp_request(325) NTLMSSP NT_STATUS_UNSUCCESSFUL Samba is version 3.0.2a wbinfo -t works and so does wbinfo -u and -g. The linux box is a member of the W2K domain. winbind.log does not show any informaion. squid.conf is configured as: auth_param ntlm program /usr/bin/ntlm_auth -d 10 --helper-protocol=squid-2.5-ntlmssp 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 auth_param basic program /usr/bin/ntlm_auth -d 10 --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 Any ideas? I have check groups.google and squid-user and samba mailing lists but can not find anyting that would point me in the right direciton. thanks -nic
