1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-21 09:34:19 +03:00

selftest: add 'server support krb5 netlogon = yes' for ad_dc

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2024-11-26 11:01:16 +01:00 committed by Andreas Schneider
parent f4547f2176
commit e830da448b
3 changed files with 6 additions and 1 deletions

View File

@ -2,3 +2,7 @@
^samba.tests.krb5.netlogon.*.test_wks1_authenticate_flags
# This is not implemented yet
^samba.tests.krb5.netlogon.*.NetlogonSchannel.test_ticket_samlogon
# These will be fixed in the next commits
^samba.tests.krb5.netlogon.*.NetlogonSchannel.test_check_passwords_.*_auth3_e13fffff
^samba.tests.krb5.netlogon.*.NetlogonSchannel.test_check_passwords_.*_authK
^samba.tests.krb5.netlogon.*.NetlogonSchannel.test_.*_samlogon_.*_authK

View File

@ -2096,6 +2096,7 @@ sub provision_ad_dc()
lpq cache time = 0
print notify backchannel = yes
server support krb5 netlogon = yes
CVE_2020_1472:warn_about_unused_debug_level = 3
CVE_2022_38023:warn_about_unused_debug_level = 3
CVE_2022_38023:error_debug_level = 2

View File

@ -1996,7 +1996,7 @@ for env in ["ad_dc"]:
**krb5_environ,
'FAST_SUPPORT': fast_support,
'NETLOGON_STRONG_KEY_SUPPORT': '0',
'NETLOGON_AUTH_KRB5_SUPPORT': '0',
'NETLOGON_AUTH_KRB5_SUPPORT': '1',
})
planoldpythontestsuite('fl2008r2dc', 'samba.tests.krb5.salt_tests',