From d69843c908d2dab9f5296096eccf8650296b79f4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 27 Jul 2011 13:34:34 +1000 Subject: s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp This allows the current behaviour of the NTLMSSP code to be unchanged while adding a way to hook in an alternate implementation via an auth module. Andrew Bartlett Signed-off-by: Andrew Tridgell --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 266a0e3fad..42a12be0cb 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -817,7 +817,7 @@ bld.SAMBA3_SUBSYSTEM('LIBSMB_ERR', bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP', source=LIBNTLMSSP_SRC, - deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON', + deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON gensec_runtime', vars=locals()) bld.SAMBA3_LIBRARY('libsmb', -- cgit