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:
parent
f4547f2176
commit
e830da448b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user