summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-26 12:35:09 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-10-18 13:13:32 +1100
commit5392491f7719c0639ecb15832df212bb3767882e (patch)
tree8ba59ea8456ea78ac8f77ef0e27c90aec7a92418 /source3/Makefile.in
parentc77964724d758fcf718d8159b22cd0505ee0a575 (diff)
downloadsamba-5392491f7719c0639ecb15832df212bb3767882e.tar.gz
samba-5392491f7719c0639ecb15832df212bb3767882e.tar.bz2
samba-5392491f7719c0639ecb15832df212bb3767882e.zip
s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module
This uses the top level gensec_ntlmssp helper functions which are identical to the parts of ntlmssp_wrap.c that are now not called. (Includes formatting and correctness fixes from Metze) Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 89f3ec99bf..7872484ef0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -564,6 +564,7 @@ LIBSMB_OBJ0 = \
../auth/credentials/credentials_samba3.o \
../auth/ntlmssp/ntlmssp.o \
../auth/ntlmssp/ntlmssp_sign.o \
+ ../auth/ntlmssp/gensec_ntlmssp.o \
$(LIBNDR_NTLMSSP_OBJ) \
../auth/ntlmssp/ntlmssp_ndr.o \
../auth/ntlmssp/ntlmssp_server.o