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

Creating Custom Password Policies

This topic describes how to create custom password policies.

Procedure

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

    Bash
    delphix> passwordPolicy
    
  2. Run the create command.

    Bash
    delphix passwordPolicy> createdelphix passwordPolicy create *>
    
  3. Set the required parameters.

    Bash
    delphix passwordPolicy create *> set name=MyCustomPasswordPolicy minLength=5
    reuseDisallowLimit=1 uppercaseLetter=true
    lowercaseLetter=false digit=true symbol=true disallowUsernameAsPassword=true
    
  4. Commit the operation.

    Bash
    delphix passwordPolicy create *> commit