-
Notifications
You must be signed in to change notification settings - Fork 254
Where are the replication domains with base dn set in this setup #711
Description
Question About Replication Domain Base DN Configuration
While reviewing the replication configuration, I noticed the following section:
set-synchronization-provider-prop --provider-name "Multimaster synchronization"
--set "bootstrap-replication-server:&{ds.bootstrap.replication.servers|localhost:8989}"
Purge delay of 24 hours
set-synchronization-provider-prop --provider-name "Multimaster synchronization"
--set "replication-purge-delay:86400 s"
The create-replication-domain command that specifies the Base DN (cn=admin data) is currently commented out.
I recently created a new backend with its own Base DN, and I want to ensure that it is included in replication.
Questions
Where is the existing logic/configuration that defines the Base DN for replication domains?
Is there another location where replication domains for existing Base DNs are created?
If we introduce a new backend with a new Base DN, do we need to explicitly create a replication domain for it?
I want to understand how the Base DN is currently being passed or configured for replication domains.