Lists the attributes of an object in the organizational hierarchy.
tarantella object list_attributes { --nameobj
[ --attribute
... ] } | --filefile
The following table shows the available options for this command.
Option | Description |
---|---|
| Specifies the name of the object you want to list the attributes of. |
{-- |
Specifies the attribute names you want to list. The
valid |
| Specifies a file containing a batch of commands to list attributes. |
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example lists all attributes for the Sales organizational unit.
$ tarantella object list_attributes \ --name "o=Example/ou=Sales"
The following example lists the Section C.2.45, “Email Address” and Section C.2.70, “Login” attributes for the user profile object for Rusty Spanner.
$ tarantella object list_attributes \ --name "o=Example/ou=IT/cn=Rusty Spanner" \ --email --enabled