diff options
author | Andrew Bartlett <abartlet@samba.org> | 2017-01-03 20:46:59 +1300 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2017-01-22 18:30:12 +0100 |
commit | bd8d9559bf8e6cdbf080902bc2460dbc12848054 (patch) | |
tree | 3bc2319eded81bf227f28693d2fe6dda6b3b6951 /dynconfig/dynconfig.h | |
parent | a551d3826d885f22eed33aac56df697f32f854d4 (diff) | |
download | samba-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.h')
-rw-r--r-- | dynconfig/dynconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dynconfig/dynconfig.h b/dynconfig/dynconfig.h index 2a45f1f35c7..4d07c103d74 100644 --- a/dynconfig/dynconfig.h +++ b/dynconfig/dynconfig.h @@ -51,7 +51,6 @@ DEFINE_DYN_CONFIG_PROTO(NMBDSOCKETDIR) DEFINE_DYN_CONFIG_PROTO(DATADIR) DEFINE_DYN_CONFIG_PROTO(SETUPDIR) DEFINE_DYN_CONFIG_PROTO(WINBINDD_SOCKET_DIR) -DEFINE_DYN_CONFIG_PROTO(WINBINDD_PRIVILEGED_SOCKET_DIR) DEFINE_DYN_CONFIG_PROTO(NTP_SIGND_SOCKET_DIR) DEFINE_DYN_CONFIG_PROTO(PYTHONDIR) DEFINE_DYN_CONFIG_PROTO(PYTHONARCHDIR) |