uh.... okay, I got it working now.<br><br>In my LDIF, the dn to create the &quot;cn=replica&quot; should be &#39;dn: cn=replica,cn=&quot;dc=example, dc=com&quot;,cn=mapping tree,cn=config&#39;<br>A space is needed between &quot;dc=example,&quot; and &quot;dc=com&quot;.<br>
<br>I am not sure why though, but that made it work.<br><br>- David<br><br><div class="gmail_quote">On Fri, Jan 8, 2010 at 11:19 AM, Chun Tat David Chu <span dir="ltr">&lt;<a href="mailto:beyonddc.storage@gmail.com">beyonddc.storage@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi All,<br><br>I am working on LDIF that will configure replication via command line.  I&#39;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 &quot;cn=Replication Manager,cn=config&quot;<br>adding new entry &quot;cn=changelog5,cn=config&quot;<br>adding new entry &quot;cn=replica,cn=&quot;dc=example,dc=com&quot;,cn=mapping tree,cn=config&quot;<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&#39;t able to create the &#39;dn: cn=replica,cn=&quot;dc=example,dc=com&quot;,cn=mapping tree,cn=config&#39; entry.  I can see from the directory console that &#39;cn=&quot;dc=example,dc=com&quot;,cn=mapping tree,cn=config&#39; 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=&quot;dc=example,dc=com&quot;,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><font color="#888888"><br>- David<br>

</font></blockquote></div><br>