Hi. I have a setup with Squid 3.0 stable 7 and DansGuardian 2.9.9.4. Ihave been trying to set up authentication using ntlm_auth connectingto Active Directory. Everything works fine except I get prompted for ausername and password for every single domain. The credentials areaccepted, and I am allowed to browse that domain (ex. www.google.com)for as long as the credentialsttl is set, but if I try to access adifferent domain, then I am asked for my credentials again. I havereferanced all the FAQs and tried to search the mailing list, andcouldn't find anything. My config is below. Also, when I uncomment thefirst two lines, then I get asked for credentials twice. Any helpwould be greatly appreciated. #auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp#auth_param ntlm children 15auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basicauth_param basic children 10auth_param basic realm Proxyauth_param basic credentialsttl 2 hoursauthenticate_ttl 2 hours cache_effective_group root visible_hostname slate.tbc2day.edushutdown_lifetime 5 secondshttp_port 127.0.0.1:3128 vhost acl QUERY urlpath_regex cgi-bin \?no_cache deny QUERY pid_filename /var/run/squid3.pidaccess_log /var/log/squid3/access.log squidlog_mime_hdrs offforwarded_for off acl manager proto cache_objectacl localhost src 127.0.0.1/255.255.255.255acl to_localhost dst 127.0.0.0/8acl CONNECT method CONNECTacl ldap-auth proxy_auth REQUIREDacl Users src 192.168.0.0/16 always_direct allow localhost http_access allow manager localhosthttp_access deny managerhttp_access deny to_localhosthttp_access allow ldap-auth Usershttp_access allow CONNECT localhosthttp_access allow localhosthttp_access deny allmiss_access allow allhttp_reply_access allow all Thanks, Joseph J. Piché