Hi Friends,

I'm supporting one of our customers who is using centrifydc samba with AD. Issue is that we are not able to access samba share from our windows machine. I tried using smbclient with AD username and it gives following error message:

check_ntlm_password: Authentication for user [xxx] -> [xxx] FAILED with error NT_STATUS_NO_SUCH_USER

However user do exist in AD and winbind gives the correct SID and info:

wbinfo -a DOMAIN\\xxx%password
plaintext password authentication succeeded
challenge/response password authentication succeeded

wbinfo -n DOMAIN\\xxx
S-1-5-21-141307505-1238419977-2639880222-26449 SID_USER (1)

getent doesn't list the AD accounts. Please help.