policy get

Displays the policy for user passwords, account rules, and conditions. Requires authentication (administrator ID and password) to use.

policy get account-expiry-date [-user user_name]

policy get disable-time-interval [-user user_name]

policy get max-concurrent-web-sessions [-user user_name]

policy get max-login-failures [-user user_name]

policy get max-password-age [-user user_name]

policy get max-password-repeated-chars [-user user_name]

policy get min-password-alphas [-user user_name]

policy get min-password-length [-user user_name]

policy get min-password-non-alphas [-user user_name]

policy get password-spaces [-user user_name]

policy get tod-access [-user user_name]

Options

Return codes

Examples

  • The following example returns the maximum time of 0 days, where zero indicates unlimited, the password is valid for the specified user dlucas:
    pdadmin sec_master> policy get max-password-age -user dlucas
    For unlimited password age, returns information like:
    Maximum password age: 0-0:0:0

    See also

    policy set

    Parent topic: pdadmin commands