Use the idsldapmodify command to modify
an auxiliary object class.
Procedure
- Type the following command:
idsldapmodify -D adminDN -w adminPW -i filename
Where
filename contains
the following information:
Note: The hyphen (-)
on the fifth line is important.
dn: cn=Bob Garcia, ou=deptABC, ou=Austin, o=sample
changetype: modify
delete: objectclass
objectclass: uniquelyIdentifiedUser
-
delete: serialNumber
serialNumber: 738393
Any attributes that were allowed
in the entry only because of the auxiliary object class must be deleted
from the entry as part of the same modify operation.
- View to determine the modified information.