mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Listing and cleaning RUV extended for CA suffix
https://fedorahosted.org/freeipa/ticket/5411 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
aa30199e0b
commit
bb7887140d
@@ -1351,7 +1351,7 @@ class ReplicationManager(object):
|
||||
{
|
||||
'objectclass': ['top', 'extensibleObject'],
|
||||
'cn': ['clean %d' % replicaId],
|
||||
'replica-base-dn': [api.env.basedn],
|
||||
'replica-base-dn': [self.db_suffix],
|
||||
'replica-id': [replicaId],
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user