This documentation site is no longer maintained. For the latest Delphix product documentation, please visit help.delphix.com
Continuous Data

Viewing the Current Password Policy Requirements

This topic describes how to view current password policy requirements.

Procedure

  1. Log in to the Delphix Engine and switch to the passwordPolicy context.

    Bash
    delphix> passwordPolicy
    
  2. Run the currentRequirements command.

    Bash
    delphix passwordPolicy> currentRequirements
    
  3. Commit the operation (following is an example, not a suggestion).

    Bash
    delphix passwordPolicy currentRequirements *> commit
    Password must:
    - Contain at least 8 characters.
    - Differ from the last password.
    - Not contain the user name or reverse user name.
    - Contain at least one uppercase letter.
    - Contain at least one numeric digit.
    - Contain at least one symbol.