summaryrefslogtreecommitdiff
path: root/selftest/target/Samba4.pm
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/target/Samba4.pm
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/target/Samba4.pm')
-rw-r--r--selftest/target/Samba4.pm2
1 files changed, 1 insertions, 1 deletions
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...";