Red Hat Directory Server 8.0 Administrator's Guide
tree,cn=config
changetype: add
objectclass: top
objectclass: nsds5replicationagreement
cn: ExampleAgreement
nsds5replicahost: consumer1
nsds5replicaport: 389
nsds5ReplicaBindDN: cn=replication manager
nsds5replicabindmethod: SIMPLE
nsds5replicaroot: dc=example,dc=com
description: agreement between supplier1 and consumer1
nsds5replicaupdateschedule: 0000-0500 1
nsds5replicatedattributelist: (objectclass=*) $ EXCLUDE
authorityRevocationList
nsds5replicacredentials: {DES}UXRbhvozeN9LWdueOEbPeQ==
nsds5BeginReplicaRefresh: start
The replication agreement attributes are listed in Table 8.3, “Replication Agreement Attributes”.
These attributes are described in more detail in the Directory Server Configuration, Command,
and File Reference.
After creating every replication agreement, begin initializing consumers.
Object Class or Attribute Description Values
objectclass: top Required object class for
every entry.
objectclass:
nsds5replicationagreement
An operational object class
which contains the replication
agreement attributes.
cn: agreement_name The naming attribute for the
replication agreement.
Any string.
nsds5replicahost: hostname Gives the hostname of the
consumer server; the
hostname can be the fully
qualified host and domain
name. If TLS/SSL is enabled,
the fully-qualified domain
name is required.
Any hostname. For example:
nsds5replicahost:
consumer1
nsds5replicaport: number Gives the LDAP port for the
consumer server. To use
TLS/SSL, give the secure port
number (636 by default) and
set the
nsds5ReplicaTransportInfo
attribute to SSL.
Any port number.
nsds5replicatransportinfo:
method
To use TLS/SSL, set this
parameter to SSL. If TLS/SSL
SSL
Chapter 8. Managing Replication
318