I removed the synrepl from a ldap server. Now I am getting errors when deleting entries
ldap_modify: Server is unwilling to perform (53) additional info: shadow context; no update referral
I also tried adding this, but does not change anything.
dn: olcDatabase={0}config,cn=config changetype:modify add: olcMirrorMode olcMirrorMode: FALSE
I don't think it is the acl's as I was able to change logging level before, when it was a slave. However now I am also not able to update the logging level.
What config settings should I look at?
conn=1004 op=32 SEARCH RESULT tag=101 err=0 qtime=0.000062 etime=0.000498 nentries=0 text= conn=1004 op=33 DEL dn="xxxxxxxxxxxxxxxxxxxxxx,dc=local" conn=1004 op=33 RESULT tag=107 err=53 qtime=0.000040 etime=0.001071 text=shadow context; no update referral
a) Some config changes still require a server restart.
b) It sounds like it has no updateRef line configured? If this server is no longer a write node, why are you sending writes to it?
I was trying to remove the slave, make it standalone and remove some records for testing.