8.3. Creating the Supplier Bind DN Entry
A critical part of setting up replication is to create the entry, called the replication manager or supplier
bind DN entry, that the suppliers use to bind to the consumer servers to perform replication updates.
The supplier bind DN must meet the following criteria:
• It must be unique.
• It must be created on the consumer server (or hub) and not on the supplier server.
• It must correspond to an actual entry on the consumer server.
• It must be created on every server that receives updates from another server.
• It must not be part of the replicated database for security reasons.
• It must be defined in the replication agreement on the supplier server.
For example, the entry cn=Replication Manager,cn=config can be created under the
cn=config tree on the consumer server. This would be the supplier bind DN that all supplier servers
would use to bind to the consumer to perform replication operations.
NOTE
Avoid creating simple entries under the cn=config entry in the dse.ldif file. The
cn=cn=config entry in the simple, flat dse.ldif configuration file is not stored in
the same highly scalable database as regular entries. As a result, if many entries, and
particularly entries that are likely to be updated frequently, are stored under cn=config,
performance will suffer. However, although Red Hat recommends not storing simple user
entries under cn=config for performance reasons, it can be useful to store special user
entries such as the Directory Manager entry or replication manager (supplier bind DN)
entry under cn=config since this centralizes configuration information.
On each server that acts as a consumer in replication agreements, create a special entry that the
supplier will use to bind to the consumers. Make sure to create the entry with the attributes required by
the authentication method specified in the replication agreement.
1. Stop the Directory Server. If the server is not stopped, the changes to the dse.ldif file will not
Section 1.3, "Starting and Stopping Servers"
be saved. See
server.
2. Create a new entry, such as cn=replication manager,cn=config, in the dse.ldif file.
3. Specify a userPassword attribute-value pair.
4. If password expiration policy is enabled or ever will be enabled, disable it on the replication
manager entry to prevent replication from failing due to passwords expiring. To disable the
password expiration policy on the userPassword attribute, add the passwordExpirationTime
attribute with a value of 20380119031407Z, which means that the password will never expire.
5. Restart the Directory Server. See
information on starting the server.
The final entry should resemble this example:
Section 1.3, "Starting and Stopping Servers"
Creating the Supplier Bind DN Entry
for more information on stopping the
for more
235
Need help?
Do you have a question about the DIRECTORY SERVER 8.0 - ADMINISTRATION and is the answer not in the manual?
Questions and answers