organization show
Returns registry information for the specified organizations. The syntax is:
organization show organization_name_list [-all | [-policies] | [-xattrs]]
Options
-policies Returns only the polices of the organization, with no other attributes.
-xattrs Returns only the ERAs (Extended Registry Attributes) of the organization, with no other attributes.
-all Returns the attributes followed by the policies and ERAs.
Description The organization show operation returns an attribute list describing the specified organizations. The argument is a list of names of organizations to be
operated on. If more than one organization is given, then the attributes are concatenated.
Attributes are returned in the following order: fullname, orgid, uuid. Policies are returned in the following order: acctlife, pwdalpha,
pwdexpdate, pwdlife, pwdminlen, and pwdspaces. If the organization does not have any policies, then nopolicies is returned.
The policy set for an organization and the policy set for the registry as a whole may differ. If this is the case, show displays both policies and tags the registry policy with the label
effective. For example, in the following show command the password lifetime (pwdlife) set for the organization is 4; this is the policy in effect. The password lifetime
set for the registry as a whole is 5; this is the policy tagged with the label effective. The actual policy in effect is the stricter of the two displayed policies, regardless of the
effective label.
Privileges Required You must have r (read) permission on the specified organizations.
Examples
dcecp> organization show temps {fullname {Temporary Employees}} {orgid 103} {uuid 00000067-9402-21cd-a602-0000c08adf56} dcecp>
dcecp> organization show temps -policies {acctlife +180-00:00:00.000I-----} {pwdalpha yes} {pwdexpdate
1995-12-31-23:59:59.000+00:00I-----} {pwdlife +30-00:00:00.000I-----} {pwdminlen 0} {pwdspaces yes} dcecp> dcecp>
organization show temps -all {fullname {Temporary Employees}} {orgid 103} {uuid 00000067-9402-21cd-a602-0000c08adf56} dcecp>
{acctlife +180-00:00:00.000I-----} {pwdalpha yes} {pwdexpdate 1995-12-31-23:59:59.000+00:00I-----} {pwdlife +30-00:00:00.000I-----}
{pwdminlen 0} {pwdspaces yes} dcecp>
|