summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-12-01 08:18:58 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-12-02 09:36:08 +0100
commit0ab31594d8663a5a88b6b5ff74a06e683940ea49 (patch)
tree3cb235ba31e5b62746185880e7318dc8a9cd939f /selftest/selftest.pl
parent4ef772be3a7259b48253643392574fab28c37916 (diff)
downloadsamba-0ab31594d8663a5a88b6b5ff74a06e683940ea49.tar.gz
selftest: Do not include system krb5.conf in selftest
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12441 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 015a684ccd9..7d71013f7a4 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -595,6 +595,7 @@ sub write_clientconf($$$)
tls cafile = ${cacert}
tls crlfile = ${cacrl_pem}
tls verify peer = no_check
+ include system krb5 conf = no
";
close(CF);
}