show
Use the show
command to display the current context of ADEdit. The command shows the domains ADEdit is bound to, the objects that are currently selected, and all available data for each selected object as it is stored in memory.
You should note that the command returns stored object data as it currently exists in memory. If you use ADEdit commands to change objects, but have not yet saved the data back to Active Directory, the information returned by the show
command will not match the object data stored in Active Directory.
Zone type
Not applicable
Syntax
show [all|bind|zone|user|computer|assignment|object|group|
pamright|dzcommand|nismap|role|license|rse|rscommand
localuser|localgroup]
Abbreviation
None.
Options
This command takes no options.
Arguments
This command takes the following argument of type string
:
[all | user | bind | zone | user | computer | assignment | object | group | pamright | dzcommand | nismap | role | license | rse | rscommand| localuser| localgroup]
You can limit the information returned by specifying one of the following arguments. If no argument is supplied, the default is all.
- all returns the complete context of ADEdit—all of its current bindings and all currently selected objects in memory.
- bind returns ADEdit’s currently bound domains and the server bound in each domain.
- zone returns the currently selected zone.
- user returns the currently selected user object.
- computer returns the currently selected zone computer.
- assignment returns the currently selected role assignment
- object returns the currently selected Active Directory object.
- group returns the currently selected zone group.
- pamright returns the currently selected PAM application right.
- dzcommand returns the currently selected UNIX command.
- nismap returns the currently selected NIS map.
- role returns the currently selected role.
- license returns the forest list where valid licenses have been found (it only reports the forests that have been queried).
- rse returns the currently selected restricted shell environment.
- rscommand returns the currently selected restricted shell command.
- localuser returns the currently selected local user.
- localgroup returns the currently selected local group.
Return value
This command returns domain bindings and/or object data, depending on the supplied argument.
Examples
show
This example returns information all bound domains and selected objects similar to this:
Bindings: acme.com: calla.acme.com Current zone: CN=global,CN=Zones,CN=Centrify,CN=Program Data,DC=acme,DC=com Current nss user: adam.avery@acme.com:adam:10001:10001:%{u:samaccountname}:%{home}/%{user}:%{shell}:
Related commands
None.