Secure Global Desktop Administration Guide > Commands > The tarantella role remove_member command

The tarantella role remove_member command

Syntax

tarantella role remove_member { --role rolename
                                --member mobj...
                              } | --file file

Description

Removes occupants from particular roles.

Argument Description
--role rolename Specifies the name of a role, for example global. Use tarantella role list to find out the available roles.
--member mobj... Specifies the TFN names of objects for the users you don't want to occupy the role.
--file file Specifies a file containing a batch of commands to remove occupants from a particular role.

Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".

Examples

tarantella role remove_member \
  --role global \
  --member ".../_ens/o=Indigo Insurance/ou=Finance/cn=Sid Cerise"

Removes Sid Cerise from the Global Administrators role.

Related topics