tests/krb5/raw_testcase.py: Add allow_missing_keys parameter for getting creds
commit6a77c2b93315503008627ce786388f281bd6bb87
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 15 Jun 2021 04:55:02 +0000 (15 16:55 +1200)
committerStefan Metzmacher <metze@samba.org>
Thu, 1 Jul 2021 17:46:31 +0000 (1 17:46 +0000)
tree0e5b50b6895165389d0c1733f6384bfb260d68e6
parent948bbc9cecbfc1b33a338891d26a4a706864b9c6
tests/krb5/raw_testcase.py: Add allow_missing_keys parameter for getting creds

This allows us to require encryption keys in the case that a password
would not be required, such as for the krbtgt account.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/as_req_tests.py
python/samba/tests/krb5/raw_testcase.py
python/samba/tests/krb5/simple_tests.py