summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 52541e0aff..70350b8f43 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -1040,6 +1040,8 @@ static void init_globals(bool reinit_globals)
string_set(&Globals.ncalrpc_dir, get_dyn_NCALRPCDIR());
+ Globals.server_services = (const char **)str_list_make_v3(NULL, "s3fs rpc nbt wrepl ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate dns", NULL);
+
/* Now put back the settings that were set with lp_set_cmdline() */
apply_lp_set_cmdline();
}