hello,
this is my ldif file:
dn: olcOverlay={1}ppolicy,olcDatabase={1}bdb,cn=config changetype: delete
command to remove entry: %ldapmodify -x -D "uid=ldapadmin,ou=peps,dc=example,dc=com" -W -f ppolicy-del.ldif
deleting entry "olcOverlay={1}ppolicy,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?
--On Wednesday, November 21, 2007 11:41 AM -0800 Scott Classen SClassen@lbl.gov wrote:
hello,
this is my ldif file:
dn: olcOverlay={1}ppolicy,olcDatabase={1}bdb,cn=config changetype: delete
command to remove entry: %ldapmodify -x -D "uid=ldapadmin,ou=peps,dc=example,dc=com" -W -f ppolicy-del.ldif
deleting entry "olcOverlay={1}ppolicy,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?
Please always provide the version of OpenLDAP you are using.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
SClassen@lbl.gov wrote:
hello,
this is my ldif file:
dn: olcOverlay={1}ppolicy,olcDatabase={1}bdb,cn=config changetype: delete
command to remove entry: %ldapmodify -x -D "uid=ldapadmin,ou=peps,dc=example,dc=com" -W -f ppolicy-del.ldif
deleting entry "olcOverlay={1}ppolicy,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? Please always provide the version of OpenLDAP you are using.
--Quanah
openldap 2.4.6 on both the machines.
one additional piece of information. I have different rootdns for both: olcDatabase={1}bdb,cn=config and olcDatabase={0}config,cn=config
I'm trying to delete an overlay entry in olcDatabase={1}bdb,cn=config so I assumed that I should use its rootdn, but I have tried both an neither one works.
Thanks, Scott
Scott Classen wrote:
hello,
this is my ldif file:
dn: olcOverlay={1}ppolicy,olcDatabase={1}bdb,cn=config changetype: delete
command to remove entry: %ldapmodify -x -D "uid=ldapadmin,ou=peps,dc=example,dc=com" -W -f ppolicy-del.ldif
deleting entry "olcOverlay={1}ppolicy,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?
Because the Delete operation is not implemented for cn=config.
Scott Classen SClassen@lbl.gov writes:
hello,
this is my ldif file:
dn: olcOverlay={1}ppolicy,olcDatabase={1}bdb,cn=config changetype: delete
command to remove entry: %ldapmodify -x -D "uid=ldapadmin,ou=peps,dc=example,dc=com" -W -f ppolicy-del.ldif
deleting entry "olcOverlay={1}ppolicy,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?
Is this rootdn also rootdn of database config?
-Dieter
openldap-software@openldap.org