summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2020-11-04 13:58:24 +1300
committerAndrew Bartlett <abartlet@samba.org>2020-11-09 02:46:50 +0000
commit1e1d8b9c83f32c06ecab31214a20b77529ee038e (patch)
tree552dfa56ec92a1d2dd8a34232c9bc251c7de6eeb /source4
parent5cb5134377f099353e0f91c44cc11e45d548d40f (diff)
downloadsamba-1e1d8b9c83f32c06ecab31214a20b77529ee038e.tar.gz
tests python krb5: Add python kerberos compatability tests
Add new python test to document the differences between the MIT and Heimdal Kerberos implementations. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 7afc8399255..006396444b4 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -1365,6 +1365,7 @@ for env in ["rodc", "promoted_dc", "fl2000dc", "fl2008r2dc"]:
"samba4.krb5.kdc with machine account")
planpythontestsuite("ad_dc", "samba.tests.krb5.as_canonicalization_tests")
+planpythontestsuite("ad_dc", "samba.tests.krb5.compatability_tests")
for env in [
'vampire_dc',