Removes occupants from particular roles.
tarantella role remove_member { --rolerolename
--membermobj
... } | --filefile
The following table shows the available options for this command.
Option | Description |
---|---|
|
Specifies the name of a role, for example
|
| Specifies the names of objects for the users you do not want to occupy the role. |
| Specifies a file containing a batch of commands to remove occupants from a particular role. |
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example removes Sid Cerise from the Global Administrators role.
$ tarantella role remove_member \ --role global \ --member "o=Example/ou=Finance/cn=Sid Cerise"