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

Changing the Current Password Policy to an Available Password Policy

This topic describes how to change the current password policy to any of the available 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 changeCurrentPasswordPolicy command.

    Bash
    delphix passwordPolicy> changeCurrentPasswordPolicy
    delphix passwordPolicy changeCurrentPasswordPolicy *>
    
  3. Set the required parameters.

    Bash
    delphix passwordPolicy changeCurrentPasswordPolicy *> set userType=DOMAIN
    delphix passwordPolicy changeCurrentPasswordPolicy *> set currentPasswordPolicy=MyCustomPasswordPolicy
    
  4. Commit the operation.

    Bash
    delphix passwordPolicy changeCurrentPasswordPolicy *> commit