Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Commands > The tarantella role add_link command

The tarantella role add_link command

Syntax

Skip past command syntax or program codetarantella role add_link { --role rolename
                           --link lobj...
                         } | --file file

Description

Adds links to the webtops of users occupying 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.
--link lobj... Specifies the TFN names of objects to add to the webtops of users occupying the role. For example, .../_ens/o=Indigo Insurance/cn=Indigo Time.
--file file Specifies a file containing a batch of commands to add links to webtops of users with a particular role.

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

Examples

Skip past command syntax or program codetarantella role add_link \
  --role global \
  --link ".../_ens/o=Indigo Insurance/cn=Indigo Time"

Adds a link for the application Indigo Time to the webtops of users occupying the Global Administrators role.

Related topics