Removes type-application mappings for a dynamic application object. See Section C.1.12, “Dynamic Application Object”.
tarantella object remove_mapping { --nameobj
--mappingtype [type
] } | --filefile
The following table shows the available options for this command.
Option | Description | More Information |
---|---|---|
| The name of the dynamic application object. | |
| Type of mapping to be removed. | |
| A file containing a batch of commands to remove mappings. |
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example removes a mapping for the
windows
type from a dynamic application object
with common name winApp
.
$ tarantella object remove_mapping \ --name "o=applications/cn=winApp" \ --mappingtype windows
The following example removes a mapping for the
solaris
type from a dynamic application object
named desktopApp
.
$ tarantella object remove_mapping \ --name "o=applications/cn=desktopApp" \ --mappingtype solaris