Adds occupants to particular roles.
tarantella role add_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 user profile objects or profile objects for the users you want to occupy the role. |
| Specifies a file containing a batch of commands to add occupants to particular roles. |
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example adds Sid Cerise to the Global Administrators role.
$ tarantella role add_member \ --role global \ --member "o=Example/ou=Finance/cn=Sid Cerise"