selftest/Samba3: replace (winbindd => "yes", skip_wait => 1) with (winbindd => "offline")
commit3affd02a83a1626afa6c7ec56a7e317fb5dc22ae
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Oct 2021 14:42:00 +0000 (5 16:42 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Oct 2021 12:13:16 +0000 (25 12:13 +0000)
tree293ebbb98b6a1ce566b866dd5306473ed4e86cee
parent057e6d872db350d5c72b52e7cfc831d10c3e7966
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>
(cherry picked from commit 4dc3c68c9a28f71888e3d6dd3b1f0bcdb8fa45de)
selftest/target/Samba3.pm