summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/loadparm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c
index 426133a05e..42798a3e7f 100644
--- a/source4/param/loadparm.c
+++ b/source4/param/loadparm.c
@@ -1001,6 +1001,8 @@ static void init_globals(void)
do_parameter("use spnego", "True");
do_parameter("smb ports", SMB_PORTS);
+
+ do_parameter("nt status support", "True");
}
static TALLOC_CTX *lp_talloc;