summaryrefslogtreecommitdiff
path: root/source4/smbd
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 /source4/smbd
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 'source4/smbd')
-rw-r--r--source4/smbd/server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index 407f258e8aa..b8545b89c72 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -264,7 +264,6 @@ static void show_build(void)
CONFIG_OPTION(CODEPAGEDIR),
CONFIG_OPTION(SETUPDIR),
CONFIG_OPTION(WINBINDD_SOCKET_DIR),
- CONFIG_OPTION(WINBINDD_PRIVILEGED_SOCKET_DIR),
CONFIG_OPTION(NTP_SIGND_SOCKET_DIR),
{ NULL, NULL}
};