Using the command line

Use the idsldapmodify command to modify an attribute from the entry.

Procedure

  1. Enter the following command:
    idsldapmodify -D adminDN -w adminPW -i filename
    Where filename contains the following information:
    dn: cn=Mark Anthony, o=sample
    changetype: modify
    delete:sn;lang-spanish
    sn;lang-spanish: Antonio
  2. Optional: View the information to verify it after the command is run.

Results

This action removes the attribute sn;lang-spanish that has the value Antonio from the entry.