From: Andreas Schneider Date: Fri, 6 Mar 2020 16:15:45 +0000 (+0100) Subject: selftest: Set KRB5RCACHETYPE to none for selftest X-Git-Tag: ldb-2.2.0~1460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0c796f5334f0b219feecc1a39c0b8fae8f7af4;p=thirdparty%2Fsamba.git selftest: Set KRB5RCACHETYPE to none for selftest This is required that out tests work with MIT KRB5 1.18. Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner Reviewed-by: Isaac Boukris --- diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 02848f83794..be83a0bd0e6 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -426,6 +426,7 @@ my $testenv_default = "none"; if ($opt_mitkrb5 == 1) { $ENV{MITKRB5} = $opt_mitkrb5; + $ENV{KRB5RCACHETYPE} = "none"; } # After this many seconds, the server will self-terminate. All tests