summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-05-24 19:59:16 +1200
committerJule Anger <janger@samba.org>2022-07-24 11:42:02 +0200
commit450ff39d1c9f538bd828b7b2bee75c88d3dc1ee2 (patch)
treee8890b49fa39644b6f42bd5d8a04fbecba188a42 /source4
parentcf2d5d2ab382ea31e2c14f2da3a575ef0857e126 (diff)
downloadsamba-450ff39d1c9f538bd828b7b2bee75c88d3dc1ee2.tar.gz
CVE-2022-2031 tests/krb5: Add tests for kpasswd service
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15047 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15049 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15074 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org> [jsutton@samba.org Fixed conflicts in usage.py and knownfails; removed MIT KDC 1.20-specific knownfails as it's not supported] [jsutton@samba.org Fixed conflicts in usage.py, knownfails, and tests.py]
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index c7e1667e025..e29ece5b849 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -1499,6 +1499,10 @@ planpythontestsuite(
"ad_dc",
"samba.tests.krb5.alias_tests",
environ=krb5_environ)
+planoldpythontestsuite(
+ 'ad_dc',
+ 'samba.tests.krb5.kpasswd_tests',
+ environ=krb5_environ)
for env in [
'vampire_dc',