summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2020-03-06 17:15:45 +0100
committerKarolin Seeger <kseeger@samba.org>2020-04-15 11:56:08 +0000
commit8bdcac936ead95295f2203eb22effb10c07591c1 (patch)
tree8339b3d160f1803aed67a8254931f24fa2f6635c
parent958807109845313c35a0c6949b33ffbc09eeba59 (diff)
downloadsamba-8bdcac936ead95295f2203eb22effb10c07591c1.tar.gz
selftest: Set KRB5RCACHETYPE to none for selftest
This is required that out tests work with MIT KRB5 1.18. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14342 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Reviewed-by: Isaac Boukris <iboukris@samba.org>
-rwxr-xr-xselftest/selftest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index b6094fef3b9..b166b28e0cb 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -451,6 +451,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