From:   steven.bambling@sunrocket.com
Subject: Issue with changes using updateref
Date: April 9, 2007 6:57:43 PM EDT
To:   openldap-software@openldap.org

All,

I've been racking my brain for a while googling and reading like mad.  I've come to a wall.   I have 2 OpenLdap servers setup 1 as a master and the other as a slave.

 This are now working about 50%.  When I make a change on the master is is replicated down to the slave without a problem.  Yet when I make a change on the slave it doesn't seem to carry back up to the master.

I've tried changing the userpassword manually through a ldap browser and get this effect

On the Master server I have the following configuration

replica         host=jupiter2.company.com:389
                suffix="dc=sunrocket,dc=com"
                binddn="cn=copycat2,dc=company,dc=com"
                credentials=deargod2
                bindmethod=simple
                tls=yes

On the Slave Server I have

#######################################################################
# BDB database definitions
#######################################################################

database        bdb
checkpoint      1024 5
cachesize       1000000
suffix          "dc=sunrocket,dc=com"
rootdn          "cn=copycat2,dc=sunrocket,dc=com"
# Slave data
updatedn "cn=copycat2,dc=sunrocket,dc=com"


# Cleartext passwords, especially for the rootdn, should
# be avoid.  See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw          "deargod2"


Any suggestions to point me in the correct direction?

Thanks,
STEVE