I am trying to configure squid for winbind auth so that users can be granted Internet access based on their username and not their IP.
I have been referring to http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.5 and I have successfully joined the MS AD domain, I can see the computer account on the Domain Controller and I can also use wbinfo -u and wbinfo -g to check the usernames and groups associated with that domain, but I can not successfully do a "wbinfo -a domainname\\username%password" I get the following output: plaintext password authentication failed error code was NT_STATUS_NO_LOGON_SERVERS (0xc000005e) error messsage was: No logon servers Could not authenticate user domain\username%password with plaintext password challenge/response password authentication failed error code was NT_STATUS_NO_LOGON_SERVERS (0xc000005e) error messsage was: No logon servers Could not authenticate user doamin\username with challenge/response Is this just a test or is this required for winbind auth to work with squid? Jim
