principal catalog
Returns a list of the names of all principals in the registry. The syntax is:
principal catalog [cell_name] [-simplename]
Options
-simplename Used with the catalog operation, returns a list of principal names in the registry without prepending the cellname.
Description The principal catalog operation returns a list of the names of all principals in the registry. It takes an optional cell name argument. By default, fully
qualified names are returned in the form cellname/principalname. If the -simplename option is given, then the cellname is not prepended to the front of the principal names.
Privileges Required You must have r (read) permission to the /.:/sec/principal directory.
Examples
dcecp> principal catalog /.../small_cell.goodcompany.com/nobody /.../small_cell.goodcompany.com/root /.../small_cell.goodcompany.com/daemon
/.../small_cell.goodcompany.com/sys /.../small_cell.goodcompany.com/bin /.../small_cell.goodcompany.com/uucp /.../small_cell.goodcompany.com/who
/.../small_cell.goodcompany.com/mail /.../small_cell.goodcompany.com/tcb /.../small_cell.goodcompany.com/dce-ptgt
/.../small_cell.goodcompany.com/dce-rgy /.../small_cell.goodcompany.com/cell_admin /.../small_cell.goodcompany.com/krbtgt/small_cell.goodcompany.com
/.../small_cell.goodcompany.com/hosts/pmin17/self /.../small_cell.goodcompany.com/hosts/pmin17/cds-server /.../small_cell.goodcompany.com/hosts/pmin17/gda
/.../small_cell.goodcompany.com/William_Ward /.../small_cell.goodcompany.com/John_Hunter dcecp>
|