...
Now, my whole LDAP dc=tree is aviable on the slave. If i now insert
syncrepl for cn=schema,cn=config
ldapadd -W -x -D "cn=admin,cn=config" -f init_slave_config.ldif
------
dn: olcDatabase={0}config,cn=config
changetype: modify
add: olcSyncrepl
olcSyncrepl: rid=002 provider=ldap://masterLDAP
binddn="cn=admin,cn=config" bindmethod=simple credentials=<PW>
searchbase="cn=schema,cn=config" type=refreshOnly interval=00:00:00:10
---
When i now want to change the slave daemon loglevel by entering
olcLoglevel, i get an error 53: no update referral
summing up, when i insert schema replication, i can not change anythin
in cn=config on my slave - not only in cn=schema,cn=config.