Secure Global Desktop Administration Guide > Commands > The tarantella object remove_link command

The tarantella object remove_link command

Syntax

tarantella object remove_link { --name obj...
                                --link lobj...
                              } | --file file

Description

Removes links from webtops.

Argument Description
--name obj... Specifies the TFN names of objects you want to remove webtop links for.
--link lobj... Specifies the TFN names of objects you want to remove from the webtop.
--file file Specifies a file containing a batch of commands to remove links from webtops.

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

Examples

tarantella object remove_link \
  --name ".../_ens/o=Indigo Insurance/ou=Sales/cn=Violet Carson" \
  --link ".../_ens/o=Indigo Insurance/cn=Write-o-Win"

Removes the Write-o-Win application from Violet Carson's webtop.

tarantella object remove_link \
  --name ".../_ens/o=Indigo Insurance/ou=Sales" \
         ".../_ens/o=Indigo Insurance/ou=Marketing" \
  --link ".../_ens/o=Indigo Insurance/cn=Applications"

Removes the group Applications from the webtops of the organizational units Sales and Marketing. Everyone who inherits webtop content from one of these OUs (for example, they belong to that OU and Inherit Parent's Webtop Content is checked for their person object) no longer sees all the applications in the group on their webtop. (However, they might still see an application if it is inherited from elsewhere.)

Related topics