You are here: Home / presentations / 389-ds / architecture-1 / Replication

Replication

by Alan Milligan last modified Aug 14, 2013 06:41 AM

entryUUID

entryCSN

Master

dn: cn=Replication to <%= host %>,cn=replica,cn=<%= dbid %>,cn=mapping tree,cn=config 
objectclass: top
objectclass: nsDS5ReplicationAgreement
cn: Replication to <%= host %>
nsDS5ReplicaHost: <%= host %>
nsDS5ReplicaRoot: <%= @basedn %>
nsDS5ReplicaBindDN: <%= @binddn %>
nsDS5ReplicaBindMethod: simple
nsDSRepliacaCredentials: <%= @bindpw %>
nsDS5ReplicaUpdateSchedule: 0000-2359 0123456
nsDS5ReplicaTimeout: <%= @timeout %>
nsDS5BeginReplicaRefresh: start

Slave

dn: cn=replica,cn=<%= @basedn %>,cn=mapping tree,cn=config
objectclass: top
objectclass: nsDS5Replica
cn: replica
nsDS5ReplicaId: <%= @replicaid %>
nsDS5ReplicaRoot: <%= @basedn %>
nsDS5Flags: 1
nsDS5ReplicaBindDN: <%= @binddn %>
nsds5ReplicaPurgeDelay: 604800
nsds5ReplicaLegacyConsumer: off
nsDS5ReplicaType: 3