selftest: krb5 account creation: clarify account type as an enum
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Fri, 8 Oct 2021 02:40:09 +0000 (15:40 +1300)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Oct 2021 12:00:28 +0000 (12:00 +0000)
commit93ea095a260f45d27b69b08a323d093c0dea1cde
tree924654e74f442e4090a94ff3cb8e04c5971b0a18
parent11a5c413da5e690e2aafde5aaff5417619c9ef94
selftest: krb5 account creation: clarify account type as an enum

This makes the code clearer with a symbolic constant rather
than a True/False boolean.

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

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 49306f74eb29a2192019fab9260f9d242f9d5fd9)
python/samba/tests/krb5/as_canonicalization_tests.py
python/samba/tests/krb5/kdc_base_test.py
python/samba/tests/krb5/kdc_tgs_tests.py
python/samba/tests/krb5/ms_kile_client_principal_lookup_tests.py
python/samba/tests/krb5/rodc_tests.py
python/samba/tests/krb5/s4u_tests.py
python/samba/tests/krb5/test_ccache.py