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/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 9bf3bc0399..927cd0c81a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -550,6 +550,7 @@ LIBSMB_OBJ0 = \ ../libcli/auth/ntlm_check.o \ libsmb/ntlmssp.o \ libsmb/ntlmssp_wrap.o \ + ../auth/gensec/gensec.o \ ../libcli/auth/ntlmssp.o \ ../libcli/auth/ntlmssp_sign.o \ $(LIBNDR_NTLMSSP_OBJ) \ -- cgit