[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
changing objectClass in 2.4
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: changing objectClass in 2.4
- From: Igor Shmukler <igor.shmukler@gmail.com>
- Date: Wed, 25 Mar 2015 13:42:22 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7yFC2alAD2UAIsB6hAM/QqfDLHnDFVN8K70KNPg45gU=; b=WhKzP2G5USqm+MPZ1ScXv1xDuSFDvo1Cgqg7pkm6XqSOqS+uktywG+eY4TscceWO6A NlW50s+lcN7Z2ZO/i7qMC0uZXReRINTs7fpc8Pfqs7isSQDAZ4RIZKnm+PheFD5bVrIj oho55Z0XD+lBi9XV5jqtjbNcER5JHafx4VDDxH5Ah5pcAYrtel1wW4N0GOB7rD05y8ZM 8d/dqEFsVL1j37hMhB+4rF/rcL8RBGqhUs0dawzpILNJZUNKqR86k8e7K4LBo+XRqIcV guXHC1dXI1cQ/NajJiKagYbiTUoiDWG1i1m8GZul2rVxBMhIOqLSq844sqTQV7/wzr6J J0yQ==
Hello,
I would like to change the objectClass for an existing record -
specifically I want to replace dcObject for a custom one, so instead
of:
objectClass: top
objectClass: dcObject
objectClass: organization
I would have:
objectClass: top
objectClass: myDcObject
objectClass: organization
I found a thread where Kurt mentions that back in day, there was
planned support for 2.4 to offer such functionality. [
http://www.openldap.org/lists/openldap-software/200604/msg00074.html ]
Was this done? It is working now?
Is there a specific issue deleting the organization object? From the
same email, I know that older OpenLDAP releases did not support
modifying objectClass. I tried to delete the entry so the recreate it
the I want it to look. Unfortunately, it is not working. I get an
error as below:
$ ldapdelete -D cn=config -W -x dc=directory,dc=com
I am able to delete regular entries, fine.
Sincerely,
Igor Shmukler