Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Zurd wrote: > And with the other box (red hat), if with a windows > 2000 computer we log on to it with the SSPI protocol > it says "no such user : WORKGROUP/user in > CVSROOT/passwd". try: wbinfo --domain WORKGROUP -n user If that works (returns a SID) then ntlm_auth should work. > WinbindWrapper=/usr/bin/ntlm_auth > --helper-protocol=squid-2.5-ntlmssp What happens if you run that directly? It should just wait for input.. typing things will get you a BH response. For a better test try /usr/bin/ntlm_auth --domain=WORKGROUP --username=user --password=passsword Tony