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 uidis the user ID of the user to be removed from the group.cnis the group that the user is to be removed from.dcis the domain components that were specified for the suffix and baseDN. By default the value of this parameter isdc=mycluster,dc=icp.mypasswordis the password of the user to be deleted.