Using the command line

Use the idsldapmodify command to modify the proxy authorization group.

Procedure

  1. To modify the proxy authorization group in the cn=IBMpolicies location, enter the following command:
    Note: This command deletes user1, and adds user2 and user3.
    idsldapmodify -D adminDN -w adminPW -i filename
    Where filename contains:
    dn: cn=proxyGroup,cn=IBMpolicies
    changetype: modify
    delete: member
    member:cn=client1, ou=austin, o=sample
    -
    add: member
    member: cn=client2, ou=austin, o=sample
    -
    add: member
    member: cn=client3, ou=austin, o=sample
  2. View the information to determine that the value is modified.