I'm having a little trouble creating a simple, master/slave replication configuring using FDS 1.1.3. I'm following the Red Hat documentation here: http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Creating_the_Supplier_Bind_DN_Entry.html but am having trouble creating the supplier bind DN. This is what I'm appending to /etc/dirsrv/slapd-ldap/dse.ldif: dn: cn=replication manager,cn=config objectClass: inetorgperson objectClass: person objectClass: top cn: replication manager sn: RM userPassword: secretPassword passwordExpirationTime: 20380119031407Z However, as soon as I start the directory server back up, the changes I made to dse.ldif disappear. Am I missing something? Thanks! Chris