Secure Global Desktop Administration Guide > Commands > The tarantella object list_attributes command
tarantella object list_attributes { --name obj [--attribute...] } | --file file
Lists the attributes of an object in the organizational hierarchy.
Argument | Description |
---|---|
--name obj
|
Specifies the TFN name of the object you want to list the attributes of. |
--attribute...
|
Specifies the attribute names you want to list. The valid
attributes depend on the type of object: see the
tarantella object new_object_type documentation
for the appropriate list. For example, when listing attributes for an
application object you can specify --displayusing to list
the Display Using
attribute.
|
--file file
|
Specifies a file containing a batch of commands to list attributes. |
Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".
tarantella object list_attributes \ --name ".../_ens/o=Indigo Insurance/ou=Sales"
Lists all attributes for the Sales organizational unit.
tarantella object list_attributes \ --name ".../_ens/o=Indigo Insurance/ou=IT/cn=Rusty Spanner" \ --email --enabled
Lists the Email Address and May Log In To Secure Global Desktop attributes for the person object for Rusty Spanner.
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.