Ctest2:/# grep -r -i readonly /etc/openldap/slapd.d/*
/etc/openldap/slapd.d/cn=config/olcDatabase={-1}frontend.ldif:olcReadOnly: FALSE /etc/openldap/slapd.d/cn=config/olcDatabase={0}config.ldif:olcReadOnly: FALSE /etc/openldap/slapd.d/cn=config/olcDatabase={1}mdb.ldif:olcReadOnly: FALSE /etc/openldap/slapd.d/cn=config/olcDatabase={2}monitor.ldif:olcReadOnly: FALSE /etc/openldap/slapd.d/cn=config.ldif:olcReadOnly: FALSE
OlcReadOnly=FALSE ?
Sent from my iPad
On Aug 29, 2023, at 3:25 PM, Marc Marc@f1-outsourcing.eu wrote:
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. 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?