From: Andrew Bartlett Date: Tue, 18 Jul 2023 02:50:55 +0000 (+1200) Subject: selftest: Allow MIT Krb5 1.21 to still start to fl2000dc X-Git-Tag: samba-4.19.8~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5d3231f20511edeba542ee1e24d15056d46056c;p=thirdparty%2Fsamba.git selftest: Allow MIT Krb5 1.21 to still start to fl2000dc This is the simplest way to keep this test environment alive. Signed-off-by: Andrew Bartlett Reviewed-by: Joseph Sutton (cherry picked from commit 4ae3e9b208d4badee5765eddd832b258e84665b2) --- diff --git a/selftest/target/Samba.pm b/selftest/target/Samba.pm index 52fce41f96f..ef43028efb1 100644 --- a/selftest/target/Samba.pm +++ b/selftest/target/Samba.pm @@ -346,6 +346,8 @@ sub mk_krb5_conf($$) # This is especially required by samba3.raw.session krb5 and # reauth tests when not using Heimdal clockskew = 5 + # To allow the FL 2000 DC to still work for now + allow_rc4 = yes "; }