summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-14 10:45:50 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-14 10:45:50 +0000
commitd009dc61f90e45b695fb9eaaf11899c7572dc9a7 (patch)
tree95106415da035447f3b5a7779d6e149ce6512f2c /source4/Makefile.in
parente2898c098fa090303ad0df67d5a9c454bac63e86 (diff)
downloadsamba-d009dc61f90e45b695fb9eaaf11899c7572dc9a7.tar.gz
samba-d009dc61f90e45b695fb9eaaf11899c7572dc9a7.tar.bz2
samba-d009dc61f90e45b695fb9eaaf11899c7572dc9a7.zip
ntlmssp over rpc over tcp now fully works
I needed to hack the ntlmssp code a little, as the auth code in samba4 is out of date relative to the samba3 auth code. I need to do a merge :) (This used to be commit 6ee0935afe9444bf9bb24eed4e02e8377dc746b7)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index e8705da4cc..2f35b8a47d 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -258,7 +258,7 @@ PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o
AUTH_OBJ = auth/auth.o auth/auth_sam.o \
auth/auth_unix.o auth/auth_util.o \
- auth/auth_builtin.o auth/auth_compat.o \
+ auth/auth_builtin.o auth/auth_compat.o auth/auth_ntlmssp.o \
$(PLAINTEXT_AUTH_OBJ) $(UNIGRP_OBJ)
MANGLE_OBJ = smbd/mangle.o smbd/mangle_hash.o smbd/mangle_map.o smbd/mangle_hash2.o