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

The tarantella object rename command

Syntax

tarantella object rename { --name obj
                           --newname newobj
                         } | --file file

Description

Renames or moves an object in the organizational hierarchy.

Argument Description
--name obj Specifies the TFN name of the object you want to rename or move.
--newname newobj Specifies the new TFN name of the object.
--file file Specifies a file containing a batch of commands to rename or move objects.

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

Examples

tarantella object rename \
  --name ".../_ens/o=Indigo Insurance/ou=Sales/cn=Elizabeth Blue" \
  --newname ".../_ens/o=Indigo Insurance/ou=Sales/cn=Liz Blue"

Renames the person object for Elizabeth Blue to Liz Blue.

tarantella object rename \
  --name ".../_ens/o=Indigo Insurance/ou=IT/cn=Ginger Butcher" \
  --newname ".../_ens/o=Indigo Insurance/ou=Sales/cn=Ginger Butcher"

Moves Ginger Butcher between the organizational units IT and Sales.

Related topics