From 4ae3e9b208d4badee5765eddd832b258e84665b2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 18 Jul 2023 14:50:55 +1200 Subject: [PATCH] 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 --- selftest/target/Samba.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selftest/target/Samba.pm b/selftest/target/Samba.pm index 243564066ea..dbb07604af5 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 "; }