Hi,
Ive joined my proxy to the domain (its running ubuntu 7.10 server) and i think ive configured squid to authenticate with the domain using NTLM. I can run wbinfo -u and it lists the users on the domain so i can tell its joined correctly.
Heres the auth_ntlm part of the squid file
And for my ACL ive gotCode:##ADDED BY JACK auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp auth_param ntlm children 10 #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 --helper-protocol=squid-2.5-basic auth_param basic children 5 auth_param basic realm Domain Proxy Server auth_param basic credentialsttl 2 hours auth_param basic casesensitive off authenticate_cache_garbage_interval 10 seconds # Credentials past their TTL are removed from memory authenticate_ttl 0 seconds
Code:acl passwd proxy_auth REQUIREDIt doesnt seem to be putting the users name in the access.log file, how can i check that its authenticating properly.Code:http_access allow passwd
Heres my full squid.conf



LinkBack URL
About LinkBacks


Reply With Quote






