]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2020-25719 CVE-2020-25717 tests/krb5: Refactor create_ccache_with_user() to take...
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 21 Oct 2021 22:37:31 +0000 (11:37 +1300)
committerJule Anger <janger@samba.org>
Tue, 9 Nov 2021 19:45:32 +0000 (19:45 +0000)
commit873ac6d814c814fdf2088745dbd562cd91caddd3
tree6538b510ce5932f8a1cfc8596e380bca06af22d5
parent23dc0cbd53e16f0450204aa3a0eb971d1215bc5a
CVE-2020-25719 CVE-2020-25717 tests/krb5: Refactor create_ccache_with_user() to take credentials of target service

This allows us to use get_tgt() and get_service_ticket() to obtain
tickets, which simplifies the logic.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14799
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14561

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/kdc_base_test.py
python/samba/tests/krb5/test_ccache.py
python/samba/tests/krb5/test_ldap.py
python/samba/tests/krb5/test_rpc.py
python/samba/tests/krb5/test_smb.py