summaryrefslogtreecommitdiff
path: root/dynconfig/wscript
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/wscript
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/wscript')
-rw-r--r--dynconfig/wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript
index 2d17e7c3c67..4eaa4c0b0c4 100644
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -221,11 +221,6 @@ dynconfig = {
'FHS-PATH': '${SOCKET_DIR}/winbindd',
'DELAY': True,
},
- 'WINBINDD_PRIVILEGED_SOCKET_DIR' : {
- 'STD-PATH': '${PRIVILEGED_SOCKET_DIR}/winbindd_privileged',
- 'FHS-PATH': '${PRIVILEGED_SOCKET_DIR}/winbindd_privileged',
- 'DELAY': True,
- },
'NMBDSOCKETDIR' : {
'STD-PATH': '${SOCKET_DIR}/nmbd',
'FHS-PATH': '${SOCKET_DIR}/nmbd',