I need to add an attribute to sun ds schema and assign it to an existing custom object class.
I know how to add an attribute but how can i add the attribute to an existing custom object class.
Please help.
Thanks
I need to add an attribute to sun ds schema and assign it to an existing custom object class.
I know how to add an attribute but how can i add the attribute to an existing custom object class.
Please help.
Thanks
Copyright © 2021 Jogjafile Inc.
Create the new
attributeTypesdefinition, and add the new attribute name to theobjectClassesMUST or MAY clause.This example below shows the above using a file in the
config/schemadirectory.The example above can be used as a file in the config/schema directory, or the
attributeTypesandobjectClassescan be added/modified using LDAP in undercn=schema.LDIF change records
For the existing objectClass, create an LDIF change record that deletes the original and then adds it back, this time including the new MUST or MAY clause. Or, as you say, use an LDAP browser to update the
objectClassesattribute.