Using the command line
You can use the commands provided here at the command line to delete attributes that are associated with a directory entry.
About this task
idsldapmodify -D <admindn> -w <adminpw> -i myschemadelete.ldif
Where the myschemadelete.ldif file includes:
dn: cn=schema
changetype: modify
delete: attributetypes
attributetypes: ( myAttribute-oid)
-
delete: ibmattributetypes
ibmattributetypes: ( myAttribute-oid )
See the idsldapadd command information in the Command Reference for more information.