selftest/Samba3: replace (winbindd => "yes", skip_wait => 1) with (winbindd => "offline")
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Oct 2021 14:42:00 +0000 (16:42 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 20 Oct 2021 12:02:33 +0000 (12:02 +0000)
commit4dc3c68c9a28f71888e3d6dd3b1f0bcdb8fa45de
tree08afcc9d57e73f7c475568a9239916cad1f75b11
parentd998f7f8df215866ab32e05be772e24fc0b2131c
selftest/Samba3: replace (winbindd => "yes", skip_wait => 1) with (winbindd => "offline")

This is much more flexible and concentrates the logic in a single place.

We'll use winbindd => "offline" in other places soon.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14870

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba3.pm