Hi all,

I'm going round in circles with NTLM authenication in Squid.

I've installed Opensuse 10.2, Squid and Samba.

I've followed, http://samba.org/samba/docs/man/Samb...e/DomApps.html

I can get the expected response from

wbinfo -x {where x can be t, u or g)

root# /usr/bin/ntlm_auth --username=jht
password: XXXXXXXX

gives the right responce,

I've changed the permissions etc, as per the document
root# chgrp squid /var/lib/samba/winbindd_privileged
root# chmod 750 /var/lib/samba/winbindd_privileged

squid is in a group called squid.

but when I try to use the proxy I get a challenge, and cannot authenticate;-

from /var/log/squid/cache.log

failed due to [winbind client not authorized to use winbindd_pam_auth_crap. Ensure permissions on /var/lib/samba/winbindd_privileged are set correctly.]

It's clearly a permissions issue, but I don't know where to look next.

Has anyone any help / advice?

Thanks

Steve