Secure Global Desktop 4.31 Administration Guide > Commands > The tarantella object rename command
tarantella object rename { --name obj --newname newobj } | --file file
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".
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.
Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.