]> git.ipfire.org Git - thirdparty/samba.git/commit
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, 27 Oct 2021 22:37:10 +0000 (22:37 +0000)
commit89b9cb8b786c3e4eb8691b5363390b68d8228a2d
tree2e12b99f2d1383ed8651b7a51bc6aa5e3ecabc19
parent88f824aeb3fab477b083de8b761535e284c2eb3e
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
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14881

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 4dc3c68c9a28f71888e3d6dd3b1f0bcdb8fa45de)
selftest/target/Samba3.pm