Deleting a user

Delete a user by using LDAP.

Procedure

Run the ldapdelete command to delete a user, as in the following example that deletes the user icptester.
ldapdelete -w mypassword -D 'cn=admin,dc=mycluster,dc=icp' 'uid=icptester,ou=users,dc=mycluster,dc=icp'
Where
  • uid is the user ID of the user to be removed from the group.
  • cn is the group that the user is to be removed from.
  • dc is the domain components that were specified for the suffix and baseDN. By default the value of this parameter is dc=mycluster,dc=icp.
  • mypassword is the password of the user to be deleted.