Hi All,<br><br>I am working on LDIF that will configure replication via command line.  I'm following the direction documented in the Red Hat DS Administration Guide section 8.7.  Particularly I am stuck in step 2 of 8.7.1 when configuring my suppliers.  <a href="http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Managing_Replication-Configuring-Replication-cmd.html#Configuring-Replication-Suppliers-cmd" target="_blank">http://www.redhat.com/docs/manuals/dir-server/8.1/admin/Managing_Replication-Configuring-Replication-cmd.html#Configuring-Replication-Suppliers-cmd</a><br>

<br>Below is the output from my ldapmodify command.<br>adding new entry "cn=Replication Manager,cn=config"<br>adding new entry "cn=changelog5,cn=config"<br>adding new entry "cn=replica,cn="dc=example,dc=com",cn=mapping tree,cn=config"<br>

ldap_add: No such object (32)<br><br>As you can see, I was able to create my replication manager, and enabled the change log, however, I wasn't able to create the 'dn: cn=replica,cn="dc=example,dc=com",cn=mapping tree,cn=config' entry.  I can see from the directory console that 'cn="dc=example,dc=com",cn=mapping tree,cn=config' does exist in my directory console.<br>

<br>Is there anything that I did wrong in my LDIF?  Can someone take a look?  Thanks!!!<br><br>###############################################################################<br>###############################################################################<br>

# Step 1 - Create Supplier Bind DN Entry<br>dn: cn=Replication Manager,cn=config<br>changetype: add<br>objectclass: top<br>objectclass: person<br>userPassword: password<br>sn: Replication Manager<br>description: The Replication Manager Account<br>

###############################################################################<br>###############################################################################<br><br>###############################################################################<br>

###############################################################################<br># Step 2 - Configuring Suppliers from the Command Line<br>dn: cn=changelog5,cn=config<br>changetype: add<br>objectclass: top<br>objectclass: extensibleObject<br>

cn: changelog5<br>nsslapd-changelogdir: /var/lib/dirsrv/slapd-localhost/changelogdb<br>nsslapd-changelogmaxage: 10d<br><br>dn: cn=replica,cn="dc=example,dc=com",cn=mapping tree,cn=config<br>changetype: add<br>objectclass: top<br>

objectclass: nsds5replica<br>objectclass: extensibleObject<br>cn: replica<br>nsds5replicaroot: dc=example,dc=com<br>nsds5replicaid: 1<br>nsds5replicatype: 3<br>nsds5flags: 1<br>nsds5ReplicaPurgeDelay: 604800<br>nsds5ReplicaBindDN: cn=Replication Manager,cn=config<br>

###############################################################################<br>###############################################################################<br><br>Thanks a lot!<br><br>- David<br>