Deleting Users and Groups

To delete a user, log in to the FMP and open a new terminal session; or if you are connecting remotely, use a tool like PuTTY or the remote desktop function of the Fabric Management Platform and execute the following command. Replace <userid> with login id of user who needs to be deleted .

ldapdelete “uid=<userid>,ou=users,dc=unisys,dc=com” -D “cn=root,dc=unisys,dc=com”  -W

Note: The group will be deleted if the user is last remaining member of the group.

To delete a group,

  1. Log in to the FMP and open a new terminal session; or if you are connecting remotely, use a tool like PuTTY or the remote desktop function of the Fabric Management Platform and execute the following command.

    ldapdelete “cn=<groupname>,ou=groups,dc=unisys,dc=com” -D “cn=root,dc=unisys,dc=com”  -W
  2. Type the password. The default password is ‘LDAPAdmin@1’.

  3. Replace <groupname> with name of the group to be deleted.

Notes:

  • Restart Fabric Manager services for the changes to take effect.

  • After deleting a group,you should delete the correcsponding roles that are mapped to the deleted group.