This topic describes how to update custom password policies.
Procedure
-
Log in to the Delphix Engine as the administrator user and switch to the passwordPolicy context.
Bashdelphix> passwordPolicy -
Select the custom password policy to be updated.
Bashdelphix passwordPolicy> select MyCustomPasswordPolicy -
Run the update command.
Bashdelphix passwordPolicy 'MyCustomPasswordPolicy'> update -
Set the required parameters to new values.
Bashdelphix passwordPolicy 'MyCustomPasswordPolicy' update *> set minLength=8 -
Commit the operation
Bashdelphix passwordPolicy 'MyCustomPasswordPolicy' update *> commit