user show

Displays the properties of the specified user.

This command requires authentication of administrator ID and password.

user show user_name

user show-dn dn

user show-groups user_name

Options

Return codes

Examples

  • The following example displays the groups of which the specified user is a member:
    pdadmin sec_master> user show-groups dlucas
    The output is like:
    sales
    credit
    engineering

  • The following example provides more information about the user when the registry identifier is specified:
    pdadmin sec_master> user show-dn "cn=Diana Lucas,ou=Austin,o=Tivoli,c=US"
    The output is like:
    Login ID: dlucas
    LDAP dn: cn=Diana Lucas,ou=Austin,o=Tivoli
    Inc,c=US
    LDAP cn: Diana Lucas
    LDAP sn: Lucas
    Description: Diana Lucas, Credit Dept HCUS
    IS SecUser: true
    IS GSO user: false
    Account valid: true
    Password valid: true
    Last login: 1999-09-05-01:08:55
    Last Password Change: 1999-09-04-05:06:45
    Authentication mechanism: Default:LDAP

    See also

    user list

    Parent topic: pdadmin commands