account catalog
Returns a list of the names of all accounts in the registry. The syntax is as follows:
account catalog [cell_name] [-simplename]
Options
-simplename Returns a list of account names in the registry without prepending the cellname.
Description The account catalog operation returns a list of the names of all accounts in the registry database. Use the cell_name argument to return a list of
accounts in another cell's registry. By default, fully qualified names are returned in the form cell_name/account_name. Use the -simplename option to return the names without the
cell name in the form account_name.
Privilege Required You must have r (read) permission to the principal named in the account.
Examples
dcecp> account catalog -simplename nobody root daemon uucp bin dce-ptgt dce-rgy
krbtgt/goodco.com cell_admin hosts/pmin17/self hosts/pmin17/cds-server hosts/pmin17/gda ward dcecp>
dcecp> account catalog /.../goodco.com/nobody /.../goodco.com/root /.../goodco.com/daemon /.../goodco.com/uucp
/.../goodco.com/bin /.../goodco.com/dce-ptgt /.../goodco.com/dce-rgy /.../goodco.com/krbtgt/goodco.com /.../goodco.com/cell_admin
/.../goodco.com/hosts/pmin17/self /.../goodco.com/hosts/pmin17/cds-server /.../goodco.com/hosts/pmin17/gda /.../goodco.com/ward dcecp>
|