summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-22 08:03:56 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:03 +1000
commit4806eda36c872462b4074601e64148bbd467350b (patch)
tree0c57d2fc7388bb26375e82c2027c29919478ab55 /selftest
parent63cb8059dbf964debb6f5a1df186ce1ebcded8fb (diff)
downloadsamba-4806eda36c872462b4074601e64148bbd467350b.tar.gz
samba-4806eda36c872462b4074601e64148bbd467350b.tar.bz2
samba-4806eda36c872462b4074601e64148bbd467350b.zip
selftest: use the s4 winbindd in plugin_s4_dc test
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/target/Samba3.pm2
-rw-r--r--selftest/target/Samba4.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index c45c8789c2..58cccb1702 100644
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -312,7 +312,7 @@ sub setup_plugin_s4_dc($$$$)
chmod 0777, "$prefix/share";
$self->check_or_start($ret,
- "no", "yes", "yes");
+ "no", "no", "yes");
$self->wait_for_start($ret);
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index a1d894d64f..825c40c67c 100644
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -1217,7 +1217,7 @@ sub provision_plugin_s4_dc($$)
my ($self, $prefix) = @_;
my $extra_smbconf_options = "
-server services = -winbind, -smb
+server services = -smb
";
print "PROVISIONING PLUGIN S4 DC...";