selftest: use the s4 winbindd in plugin_s4_dc test
authorAndrew Bartlett <abartlet@samba.org>
Thu, 21 Jul 2011 22:03:56 +0000 (08:03 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:03 +0000 (18:48 +1000)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
selftest/target/Samba3.pm
selftest/target/Samba4.pm

index c45c8789c2be26631361fa43a2f67925c41f959b..58cccb1702f43bbd2d6e68e5ce03317b8e1f2d12 100644 (file)
@@ -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);
 
index a1d894d64f32df63e4983fc25ee8bfd037d8f4b9..825c40c67c9f59977203cb9df9c658815b066248 100644 (file)
@@ -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...";