[squid-users] sqid auth problem

2006-12-04 Thread ivan re

have configured samba 3 and quid 2.5 stable 14 fc5

With my win client i enter into domain with user, password an domain.

I can't access to internet. Why?
Do I need winbind ? or not?

auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol= squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 15 minutes
auth_param ntlm use_ntlm_negotiate on
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


acl password proxy_auth REQUIRED
http_access allow password


Re: [squid-users] sqid auth problem

2006-12-04 Thread Mark Elsen

 have configured samba 3 and quid 2.5 stable 14 fc5

With my win client i enter into domain with user, password an domain.

I can't access to internet. Why?


  What happens then ; which error is seen in the browser ?

  - What's in squid's access.log for the particular request ?
  - Anything further in cache.log ?


Do I need winbind ? or not?


See FAQ.




auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol= squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 15 minutes
auth_param ntlm use_ntlm_negotiate on
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


acl password proxy_auth REQUIRED
http_access allow password