Hello,
Im trying to delete olcDatabase={1}bdb,cn=config using ldapmodify:
dn: olcDatabase={1}bdb,cn=config changetype: delete
But the server answer is:
deleting entry "olcDatabase={1}bdb,cn=config" ldap_delete: Server is unwilling to perform (53)
I'm performing this operation as rootdn why can I not delete the entry?
My OpenLDAP version is 2.4.11
Thanks, Michal
__________ Informace od ESET NOD32 Antivirus, verze databaze 3968 (20090327) __________
Tuto zpravu proveril ESET NOD32 Antivirus.
Am Freitag 27 März 2009 08:51:57 schrieb Michal Rejda:
Hello,
Im trying to delete olcDatabase={1}bdb,cn=config using ldapmodify:
dn: olcDatabase={1}bdb,cn=config changetype: delete
But the server answer is:
deleting entry "olcDatabase={1}bdb,cn=config" ldap_delete: Server is unwilling to perform (53)
I'm performing this operation as rootdn why can I not delete the entry?
back-config does not support the deletion of complete database, overlay or schema entries by default. There is however experimental delete support for databases and overlays. You can enable that by building with -DSLAP_CONFIG_DELETE.
My OpenLDAP version is 2.4.11
Thanks, Michal
openldap-software@openldap.org