]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
CVE-2020-25718 tests/krb5: Allow tests accounts to replicate to RODC
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 20 Oct 2021 02:48:35 +0000 (15:48 +1300)
committerJule Anger <janger@samba.org>
Tue, 9 Nov 2021 19:45:32 +0000 (19:45 +0000)
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>
python/samba/tests/krb5/rodc_tests.py

index 302ae865cf18db63538c9735fc1348fdcf5e894f..0e252d90262ffc9c159f35200c7770576337d87b 100755 (executable)
@@ -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
             })