]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Set KRB5RCACHETYPE to none for selftest
authorAndreas Schneider <asn@samba.org>
Fri, 6 Mar 2020 16:15:45 +0000 (17:15 +0100)
committerIsaac Boukris <iboukris@sn-devel-184>
Tue, 10 Mar 2020 13:02:27 +0000 (13:02 +0000)
This is required that out tests work with MIT KRB5 1.18.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
selftest/selftest.pl

index 02848f83794a623af16813b65fac16747742167a..be83a0bd0e6e4bfcf9c53337829ddf2f6f5b8b30 100755 (executable)
@@ -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