s4:auth_winbind: fix error checking in winbind_check_password()
authorStefan Metzmacher <metze@samba.org>
Fri, 16 Jun 2017 22:26:18 +0000 (00:26 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 27 Jun 2017 14:57:48 +0000 (16:57 +0200)
commit28f2039886870a1f2f0eba7dd7420d08a479cf97
treebe0b332b31cf1adb99673e8d3a56f5abf4b7d887
parentb039ef422444144c52194f030f6df92dd29bbeef
s4:auth_winbind: fix error checking in winbind_check_password()

We need to handle every error instead of just NT_STATUS_NO_SUCH_USER,
the callers also doesn't require NT_STATUS_NOT_IMPLEMENTED anymore.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/auth/ntlm/auth_winbind.c