Adds mappings for a dynamic application object. See Section C.1.12, “Dynamic Application Object”.
tarantella object add_mapping { --nameobj
--mapping [type=application
] } | --filefile
The following table shows the available options for this command.
Option | Description | More Information |
---|---|---|
| The name of a dynamic application object. | |
| A mapping between a type and the name of an application object. | |
| A file containing a batch of commands to add mappings. |
When you add a mapping, the applications that are mapped must already exist.
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example adds a windows
type
mapping to the winApp
dynamic application
object.
$ tarantella object add_mapping \ --name "o=applications/cn=winApp" \ --mapping windows="o=applications/cn=windows_desktop"
The following example adds a solaris
type
mapping to the desktopApp
dynamic application
object.
$ tarantella object add_mapping \ --name "o=applications/cn=desktopApp" \ --mapping solaris="o=applications/cn=solaris_desktop"