Hello all, I get auth popups on firefox 2 on my workstation (centos 4.6). My workstation is also a domain machine using samba. Now I am aware of the ntlm problem with winbind- that is, occasional popups. Is this to be expected for my machine as well or should I use an ldap helper for non-domain machines? ( parenthetically- Is there a way I can use my local winbind pipe for proxy authentication?) Running squid-2.6.STABLE6-5.el5_1.2 on Centos 5. Here is the squid.conf for auth section: # Active Directory configuration auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp auth_param ntlm children 30 # Basic authentication auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic auth_param basic children 5 auth_param basic realm Proxy Server auth_param basic credentialsttl 2 hours acl authenticated_users proxy_auth REQUIRED Thanks! Dave