autobuild: make ad_dc use prefork process model
authorGary Lockyer <gary@catalyst.net.nz>
Tue, 28 Aug 2018 03:26:03 +0000 (15:26 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 7 Nov 2018 16:55:09 +0000 (17:55 +0100)
Convert the ad_dc environment from single process model to the prefork
process model.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm

index 41e550b51c03fee828beea38e321fe14b42cbc76..1f142336293e8aadc7d3cb054757c8ee60cfe1d2 100755 (executable)
@@ -2554,7 +2554,7 @@ sub setup_ad_dc
                return undef;
        }
 
-       if (not defined($self->check_or_start($env, "single"))) {
+       if (not defined($self->check_or_start($env, "prefork"))) {
            return undef;
        }