In my Windows network i installed SQUID 2.5 STABLE1 and SAMBA 2.2.5 on a Linux Debian 2.4.19 box.
The problem is when i try to use the wb_ntlmauth helpers for transparent authentication. I find the following error in the squid access.log 127.0.0.1 TCP_DENIED/407 2853 GET http://www... and i can�t browse any site... Enviroment: Squid was build with the following options --enable-auth="ntlm,basic" --enable-ntlm-auth-helpers="winbind" --enable-basic-auth-helpers="winbind" Samba was build with the following options --with-winbind --with-winbind-auth-challenge --with-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var I can see the linux box join to my DOMAIN Browse client: IE5.5/IE6 Test i made: wbinfo commands -u, -g, -t or -a / WORKS FINE wb_auth -d / WORKS FINE wb_ntlmauth / I dont know how to test it!!! The only options that work fine is using the basic auth: auth_param basic program /usr/local/squid/libexec/wb_auth auth_param basic children 5 auth_param basic realm Internet Access auth_param basic credentialsttl 2 hours RGDS
