1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

CVE-2020-25718 tests/krb5: Allow tests accounts to replicate to RODC

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14558

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2021-10-20 15:48:35 +13:00 committed by Jule Anger
parent 558f440f20
commit f7f49db722

View File

@ -41,11 +41,13 @@ class RodcKerberosTests(KDCBaseTest):
user_creds = self.get_cached_creds(
account_type=self.AccountType.USER,
opts={
'allowed_replication': True,
'revealed_to_rodc': True
})
target_creds = self.get_cached_creds(
account_type=self.AccountType.COMPUTER,
opts={
'allowed_replication': True,
'revealed_to_rodc': True
})