On 16/03/2016 10:25 p.m., vibhorsaraswat wrote:
> Hello All,
> 
> I am getting the below error during authentication, can any one helo me
> 

EHLO.

> ############
> wbinfo -a auth_squi
> Enter auth_squid's password:
> plaintext password authentication failed
> Could not authenticate user auth_squid with plaintext password
> Enter auth_squid's password:
> could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
> could not obtain winbind separator!

That seems pretty clear. wbinfo cannot understand the credentials you
gave it.

Since this is a Windows auth system you need to pass it Windows format
credentials.

NTLM:  DOMAIN\user
Negotiate:  user@DOMAIN


> challenge/response password authentication failed
> Could not authenticate user auth_squid with challenge/response
> 


Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to