summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-11-27 15:35:40 +0100
committerStefan Metzmacher <metze@samba.org>2016-03-10 06:52:28 +0100
commitb133f66e0da5ed05bbe81098e52c744bac4b48ac (patch)
tree70753f0e40eacb9ba13f1ee5cb47cf465d8b7c74 /auth/ntlmssp/wscript_build
parent0a93cad337578a7ba61f12726c9a15ecf869db7b (diff)
downloadsamba-b133f66e0da5ed05bbe81098e52c744bac4b48ac.tar.gz
auth/ntlmssp: implement GENSEC_FEATURE_NTLM_CCACHE
This can used in order to use the WINBINDD_CCACHE_NTLMAUTH code of winbindd to do NTLMSSP authentication with a cached password. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'auth/ntlmssp/wscript_build')
-rw-r--r--auth/ntlmssp/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/ntlmssp/wscript_build b/auth/ntlmssp/wscript_build
index 8725a8077d9..e28d4eb9dd8 100644
--- a/auth/ntlmssp/wscript_build
+++ b/auth/ntlmssp/wscript_build
@@ -7,7 +7,7 @@ bld.SAMBA_SUBSYSTEM('NTLMSSP_COMMON',
ntlmssp_server.c
ntlmssp_sign.c
gensec_ntlmssp_server.c''',
- deps='samba-util NDR_NTLMSSP MSRPC_PARSE NTLM_CHECK samba-credentials')
+ deps='samba-util NDR_NTLMSSP MSRPC_PARSE NTLM_CHECK samba-credentials wbclient')
bld.SAMBA_MODULE('gensec_ntlmssp',
source='''''',