Adds assigned applications links for an object.
tarantella object add_link { --nameobj
... --linklobj
... } | --filefile
The following table shows the available options for this command.
Option | Description |
---|---|
| The names of objects you want to add assigned applications links for. |
| The names of assigned applications links you want to add. |
| A file containing a batch of commands to add assigned applications links. |
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example adds the Write-o-Win application to Violet Carson's assigned applications.
$ tarantella object add_link \ --name "o=Example/ou=Sales/cn=Violet Carson" \ --link "o=applications/cn=Write-o-Win"
The following example adds the group Applications to the assigned applications of the organizational units Sales and Marketing. Everyone who inherits assigned applications from one of these OUs, for example, they belong to that OU and Section C.2.62, “Inherit Assigned Applications from Parent” is selected for their user profile object, sees all the applications in the group in their assigned applications.
$ tarantella object add_link \ --name "o=Example/ou=Sales" \ --name "o=Example/ou=Marketing" \ --link "o=applications/cn=Applications"