You use this command to give users specific roles, and to give them assigned applications that apply to that role.
tarantella role add_link | add_member | list | list_links | list | list_members | remove_link | remove_member
The following table shows the available subcommands for this command.
Subcommand | Description | More Information |
---|---|---|
add_link | Adds assigned applications links for occupants of particular roles. | |
add_member | Adds occupants to particular roles. | |
list | Lists and describes all available roles. | |
list_links | Lists the assigned applications links for occupants of particular roles. | |
list_members | Lists the occupants of particular roles. | |
remove_link | Removes assigned applications links for users occupying particular roles. | |
remove_member | Removes occupants from particular roles. |
All commands include a
--help
option. You can use
tarantella role subcommand
--help to get help on a specific command.
The following example lists all available roles.
$ tarantella role list
The following example adds a link for the application Indigo Time to the assigned applications of users occupying the Global Administrators role.
$ tarantella role add_link \ --role global \ --link "o=applications/cn=Indigo Time"