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:
parent
558f440f20
commit
f7f49db722
@ -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
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user