Hi, 

I am trying to setup a chain overlay to allow writes to a read-only slave to be chained up to the master. 


 dn: olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
changetype: add
objectClass: olcOverlayConfig
objectClass: olcChainConfig
olcOverlay: {0}chain

dn: olcDatabase=ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
changetype: add
objectClass: olcLDAPConfig
objectClass: olcChainDatabase
olcDBURI: ldap://10.1.0.3/
olcDbIDAssertBind: bindmethod=simple
  binddn="cn=admin,dc=example,dc=com"
  credentials=**********
  mode=self

This works until I have to restart the slave ldap server. Can anyone help me fix this problem?