Updating a Custom Password Policies
  • 26 Dec 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Updating a Custom Password Policies

  • Dark
    Light
  • PDF

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.
    delphix> passwordPolicy
  2. Select the custom password policy to be updated.
    delphix passwordPolicy> select MyCustomPasswordPolicy
  3. Run the update command.
    delphix passwordPolicy 'MyCustomPasswordPolicy'> update
  4. Set the required parameters to new values.
    delphix passwordPolicy 'MyCustomPasswordPolicy' update *> set minLength=8
  5. Commit the operation
    delphix passwordPolicy 'MyCustomPasswordPolicy' update *> commit

Was this article helpful?