group show

Shows the properties of the specified group.

Requires authentication (administrator ID and password) to use.

group show group_name

group show-dn dn

group show-members group_name

Options

Return codes

Examples

  • The following example displays properties specified by the identifier of the group, cn=credit,ou=Austin,o=Tivoli,c=US in the user registry:
    pdadmin sec_master> group show-dn cn=credit,ou=Austin,o=Tivoli,c=US
    The output is like:
    Group ID: credit
    LDAP dn: cn=credit,ou=Austin,o=Tivoli,c=US
    Description: Credit, Dept HCUS
    LDAP cn: credit
    Is SecGroup: yes

  • The following example lists the user names of the members of the credit group:
    pdadmin sec_master> group show-members credit
    The output is like:
    dlucas
    mlucaser

    See also

    group list

    Parent topic: pdadmin commands