From e6eea24d1f510ef42146ef6e477b1ce16f81ad6b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Jan 2014 13:45:33 +1300 Subject: [PATCH] param: Add default for winbindd privileged socket directory to s3 loadparm (note that this parameter is only used in the source4 winbindd code at this time) Signed-off-by: Andrew Bartlett Reviewed-by: Alexander Bokovoy --- source3/param/loadparm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 46eec1dce03..5ec2c0010c1 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1055,6 +1055,8 @@ static void init_globals(bool reinit_globals) string_set(&Globals.ntp_signd_socket_directory, get_dyn_NTP_SIGND_SOCKET_DIR()); + string_set(&Globals.winbindd_privileged_socket_directory, get_dyn_WINBINDD_PRIVILEGED_SOCKET_DIR()); + /* Now put back the settings that were set with lp_set_cmdline() */ apply_lp_set_cmdline(); } -- 2.11.4.GIT