Skip to content

Where are the replication domains with base dn set in this setup #711

@Vibs1956

Description

@Vibs1956

https://github.com/ForgeRock/forgeops/blame/c0d8447c051df6d471e143c7e6efc34757213707/docker/ds/ds-setup.sh#L67

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions