s4:auth_winbind: remove unused 'winbind_wbclient' backend
authorStefan Metzmacher <metze@samba.org>
Mon, 27 Nov 2017 12:48:34 +0000 (13:48 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 13 Dec 2017 19:34:24 +0000 (20:34 +0100)
commit6fb5704c119c399ffa0cc80a9902cb074ed82de2
tree9a9eda199bb00b854b3e14a1caacfe2a3a16e7b0
parent0b72d0b7e57e8094bd8fe0d2c25bba85c372223d
s4:auth_winbind: remove unused 'winbind_wbclient' backend

This is no longer useful as it doesn't support async requests.

It could be readded using pthreadpool_tevent_job_send()
and wbcCtxAuthenticateUserEx() if required.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/ntlm/auth_winbind.c