tests/krb5: Return encpart from get_tgt() as part of KerberosTicketCreds
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 20 Sep 2021 23:51:05 +0000 (11:51 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 21 Sep 2021 23:05:41 +0000 (23:05 +0000)
commit6193f7433b15579aa32b26a146287923c9d3844d
tree9b4d40ad55d0f7cee367e4d7f34d5bd5877543cf
parent59c1043be25b92db75ab5676601cb15426ef37a3
tests/krb5: Return encpart from get_tgt() as part of KerberosTicketCreds

The encpart is already contained in ticket_creds, so it no longer needs
to be returned as a separate value.

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

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/fast_tests.py
python/samba/tests/krb5/kdc_base_test.py