On Tue, 2006-08-08 at 09:21 -0400, Adam Wenner wrote: > Ive been following instructions found here http://www.flatmtn.com/computer/Linux-SquidNT.html#Squid-4 > and am working now on compiling squid with winbind support. > > [root@linux squid-2.6.STABLE2]# ./configure --enable-ntlm-auth-helpers="winbind,SMB" --enable-external-acl-helpers="unix_group,wbinfo_group" --enable-auth="ntlm,basic" --with-winbind-auth-chalenge --with-samba-sources="/root/samba_daily/samba3_release/" Many of those configure options is obsolete as Samba nowdays (since Samba-3.0) provides the helper for winbind. Remove the following configure options: --enable-ntlm-auth-helpers="winbind,SMB" --with-winbind-auth-chalenge --with-samba-sources="/root/samba_daily/samba3_release/" and it should work better. The helper to use in squid.conf is ntlm_auth from the Samba-3 installation. Otherwise things are pretty much the same. Regards Henrik