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

Updating a Custom Password Policies

This topic describes how to update 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. Select the custom password policy to be updated.

    Bash
    delphix passwordPolicy> select MyCustomPasswordPolicy
    
  3. Run the update command.

    Bash
    delphix passwordPolicy 'MyCustomPasswordPolicy'> update
    
  4. Set the required parameters to new values.

    Bash
    delphix passwordPolicy 'MyCustomPasswordPolicy' update *> set minLength=8
    
  5. Commit the operation

    Bash
    delphix passwordPolicy 'MyCustomPasswordPolicy' update *> commit