mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
71685966c2
The Heimdal upgrade brings the new feature of FAST, allowing more tests to pass. However it causes a regression in FL2003 for the returned salt format in the AS-REP, but FL 2003 has not been the default since Samba 4.2 as AES keys are much stronger and should be preferred. NOTE: THIS COMMIT WON'T COMPILE/WORK ON ITS OWN! Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
8 lines
622 B
Plaintext
8 lines
622 B
Plaintext
#
|
|
# MIT and Heimdal currently fails some as_req_no_preauth tests against FL 2003. It is unclear if we should care.
|
|
#
|
|
^samba.tests.krb5.as_req_tests.samba.tests.krb5.as_req_tests.AsReqKerberosTests.test_as_req_enc_timestamp_aes128_rc4.*fl2003dc
|
|
^samba.tests.krb5.as_req_tests.samba.tests.krb5.as_req_tests.AsReqKerberosTests.test_as_req_enc_timestamp_mac_aes128_rc4.*fl2003dc
|
|
^samba.tests.krb5.as_req_tests.samba.tests.krb5.as_req_tests.AsReqKerberosTests.test_as_req_no_preauth.*aes.*rc4.*fl2003dc
|
|
^samba.tests.krb5.as_req_tests.samba.tests.krb5.as_req_tests.AsReqKerberosTests.test_as_req_no_preauth.*rc4.*aes.*fl2003dc
|