summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-09-22 18:46:28 +0200
committerAndrew Bartlett <abartlet@samba.org>2016-09-27 17:02:15 +0200
commit8a029b5d2aa2604c7d79e70d1a372bd029fabd75 (patch)
treee68f00e9fa00a52aabab824982cea5b9be7319cd /selftest/selftest.pl
parentf7176228fce3a49e4fa5469b2baa4c27db01259d (diff)
downloadsamba-8a029b5d2aa2604c7d79e70d1a372bd029fabd75.tar.gz
selftest: Do not use a central credential cache
We should use seperate caches and set the default_ccache_name accordingly. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 1284e772dbe..015a684ccd9 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -317,7 +317,6 @@ die("using an empty absolute prefix isn't allowed") unless $prefix_abs ne "";
die("using '/' as absolute prefix isn't allowed") unless $prefix_abs ne "/";
$ENV{PREFIX} = $prefix;
-$ENV{KRB5CCNAME} = "$prefix/krb5ticket";
$ENV{PREFIX_ABS} = $prefix_abs;
$ENV{SRCDIR} = $srcdir;
$ENV{SRCDIR_ABS} = $srcdir_abs;
@@ -830,6 +829,7 @@ my @exported_envvars = (
# misc stuff
"KRB5_CONFIG",
+ "KRB5CCNAME",
"SELFTEST_WINBINDD_SOCKET_DIR",
"WINBINDD_PRIV_PIPE_DIR",
"NMBD_SOCKET_DIR",