ntlm_auth: Replace winbind_pw_check() by _send and _recv
authorVolker Lendecke <vl@samba.org>
Thu, 2 Jan 2020 16:22:36 +0000 (17:22 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 6 Jan 2020 22:09:32 +0000 (22:09 +0000)
commitadd8fd21c08f1225191b0794a92206f5c9248d23
tree8ecd7690567d2b3bb20640ea90223e51dc972351
parent066c4eeaa4fc36052eb30c3aeb6d0be4c82ae1ef
ntlm_auth: Replace winbind_pw_check() by _send and _recv

This is just fake async, but it avoids one use of a sync function
pointer in auth4_context

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/utils/ntlm_auth.c