[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Recommended way to modify cn=schema entries?
- To: openldap-technical@openldap.org
- Subject: Recommended way to modify cn=schema entries?
- From: Ian Collins <ian@ianshome.com>
- Date: Tue, 06 Jul 2010 14:12:31 +1200
- User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100131 Lightning/1.0b1 Thunderbird/3.0.1
I would like to re-order two schema entries to resolve a dependency
issue (our local schema, included before dyngroup.schema, now references
memberURL).
However deleting a schema entry with ldapmodify does not appear to be
supported:
dn: cn={8}dyngroup,cn=schema,cn=config
changetype: delete
deleting entry "cn={8}dyngroup,cn=schema,cn=config"
ldap_delete: Server is unwilling to perform (53)
Any suggestions?
--
Ian.