summaryrefslogtreecommitdiff
path: root/dynconfig/dynconfig.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-01-03 20:46:59 +1300
committerRalph Boehme <slow@samba.org>2017-01-22 18:30:12 +0100
commitbd8d9559bf8e6cdbf080902bc2460dbc12848054 (patch)
tree3bc2319eded81bf227f28693d2fe6dda6b3b6951 /dynconfig/dynconfig.c
parenta551d3826d885f22eed33aac56df697f32f854d4 (diff)
downloadsamba-bd8d9559bf8e6cdbf080902bc2460dbc12848054.tar.gz
param: Remove winbindd privileged socket directory option
This option is unused and has not been used since before Samba 4.3 when the source4/ winbindd code went away. The associated dynconfig parameters used for the default are also removed. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10066 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'dynconfig/dynconfig.c')
-rw-r--r--dynconfig/dynconfig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dynconfig/dynconfig.c b/dynconfig/dynconfig.c
index 961415278a0..e75d7db553a 100644
--- a/dynconfig/dynconfig.c
+++ b/dynconfig/dynconfig.c
@@ -100,7 +100,6 @@ DEFINE_DYN_CONFIG_PARAM(NMBDSOCKETDIR)
DEFINE_DYN_CONFIG_PARAM(DATADIR)
DEFINE_DYN_CONFIG_PARAM(SETUPDIR)
DEFINE_DYN_CONFIG_PARAM(WINBINDD_SOCKET_DIR) /* from winbind_struct_protocol.h in s3 autoconf */
-DEFINE_DYN_CONFIG_PARAM(WINBINDD_PRIVILEGED_SOCKET_DIR)
DEFINE_DYN_CONFIG_PARAM(NTP_SIGND_SOCKET_DIR)
DEFINE_DYN_CONFIG_PARAM(PYTHONDIR)
DEFINE_DYN_CONFIG_PARAM(PYTHONARCHDIR)