I've got winbind configured and responding to wbinfo and getent queries as expected.. EXCEPT 'getent shadow' returns only local file results. Nothing from the samba server. getent'ing passwd and group return the full results.
I suspect that's why it can't auth a user. for instance:
[root@fedora4 ~]# wbinfo -a USER%PASS
plaintext password authentication failed
error code was NT_STATUS_NO_SUCH_USER (0xc0000064)
error messsage was: No such user
Could not authenticate user USER%PASS with plaintext password
challenge/response password authentication succeeded
but i know the user is there, because you can see USER in the "getent passwd" results, and here:
wbinfo -n USER
S-1-5-21-834948185-2811089009-823559709-11016 User (1)
Suggestions would be greatly appreciated.