diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-01-09 13:45:33 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-01-28 17:26:44 +1300 |
commit | e6eea24d1f510ef42146ef6e477b1ce16f81ad6b (patch) | |
tree | b87c3122b00a0fcbd07f681df5230526e5d6682c | |
parent | 8016404455e984719295a0ae307b765273921633 (diff) | |
download | samba-e6eea24d1f510ef42146ef6e477b1ce16f81ad6b.tar.gz samba-e6eea24d1f510ef42146ef6e477b1ce16f81ad6b.tar.xz samba-e6eea24d1f510ef42146ef6e477b1ce16f81ad6b.zip |
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 <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 46eec1dce0..5ec2c0010c 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(); } |