From e512491552d9ed0dc1005a23ffc8f77ba237f863 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 11 Oct 2013 13:34:13 +1300 Subject: s3-winbindd: Remove undocumented winbindd:socket dir parameter This uses the documeted "winbindd socket directory" parameter instead. This came about due to the merge of the two smb.conf tables in s3 and s4 for the Samba 4.0 release. The s4 code used a real parameter, which caused this to be documented, whereas no automatic procedure existed to notice the parametric option and the need to document that. The fact that this was not used consistently in both codebases is one of the many areas of technical debt we still need to pay off here. Andrew Bartlett Signed-off-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- selftest/target/Samba3.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest') diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index fbbddcc926..c3a434558f 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -968,7 +968,7 @@ sub provision($$$$$$) printing = bsd printcap name = /dev/null - winbindd:socket dir = $wbsockdir + winbindd socket directory = $wbsockdir nmbd:socket dir = $nmbdsockdir idmap config * : range = 100000-200000 winbind enum users = yes -- cgit