mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tests/krb5: Include authenticator_subkey in AS-REQ exchange dict
This is needed for FAST. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
74f332c6f9
commit
d554b6dc0f
@ -1632,6 +1632,7 @@ class RawKerberosTest(TestCaseInTempDir):
|
||||
expected_error_mode=0,
|
||||
client_as_etypes=None,
|
||||
expected_salt=None,
|
||||
authenticator_subkey=None,
|
||||
kdc_options=''):
|
||||
kdc_exchange_dict = {
|
||||
'req_msg_type': KRB_AS_REQ,
|
||||
@ -1653,6 +1654,7 @@ class RawKerberosTest(TestCaseInTempDir):
|
||||
'expected_error_mode': expected_error_mode,
|
||||
'client_as_etypes': client_as_etypes,
|
||||
'expected_salt': expected_salt,
|
||||
'authenticator_subkey': authenticator_subkey,
|
||||
'kdc_options': kdc_options,
|
||||
}
|
||||
if callback_dict is None:
|
||||
|
Loading…
Reference in New Issue
Block a user