summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/ntlmssp')
-rw-r--r--source4/auth/ntlmssp/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/ntlmssp/config.mk b/source4/auth/ntlmssp/config.mk
index 55a9e09971..eb09a199f0 100644
--- a/source4/auth/ntlmssp/config.mk
+++ b/source4/auth/ntlmssp/config.mk
@@ -1,7 +1,7 @@
################################################
# Start MODULE gensec_ntlmssp
[MODULE::gensec_ntlmssp]
-SUBSYSTEM = GENSEC
+SUBSYSTEM = gensec
NOPROTO = NO
INIT_FUNCTION = gensec_ntlmssp_init
PRIVATE_PROTO_HEADER = proto.h
@@ -10,6 +10,6 @@ OBJ_FILES = ntlmssp.o \
ntlmssp_client.o \
ntlmssp_parse.o \
ntlmssp_server.o
-REQUIRED_SUBSYSTEMS = AUTH
+REQUIRED_SUBSYSTEMS = auth
# End MODULE gensec_ntlmssp
################################################