]> git.ipfire.org Git - thirdparty/samba.git/commit
tests/krb5: Make get_default_enctypes() return a set of enctype constants
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 21 Sep 2021 05:01:12 +0000 (17:01 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Sep 2021 18:32:29 +0000 (18:32 +0000)
commit7cedd383bcc1b5652ea65817b464d6e0485c7b8b
treec3a6b126a996eba1056cdf3ae22a5a217f5b2b07
parent4c67a53cdca206a118e82b356db0faf0ddc011ab
tests/krb5: Make get_default_enctypes() return a set of enctype constants

This is often more convenient than a bitfield.

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

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