summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/config.mk3
-rw-r--r--source4/auth/ntlm_check.c (renamed from source4/libcli/auth/ntlm_check.c)0
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index b4082cb9e5..223f082e6a 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -26,6 +26,7 @@ INIT_OBJ_FILES = \
ADD_OBJ_FILES = \
auth/auth_util.o \
auth/pampass.o \
- auth/pass_check.o
+ auth/pass_check.o \
+ auth/ntlm_check.o
# End SUBSYSTEM AUTH
#######################
diff --git a/source4/libcli/auth/ntlm_check.c b/source4/auth/ntlm_check.c
index f101b230d4..f101b230d4 100644
--- a/source4/libcli/auth/ntlm_check.c
+++ b/source4/auth/ntlm_check.c