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.

    delphix> passwordPolicy 


  2. Run the create command.

    delphix passwordPolicy> create
    delphix passwordPolicy create *>


  3. Set the required parameters.

    delphix passwordPolicy create *> set name=MyCustomPasswordPolicy minLength=5 reuseDisallowLimit=1 uppercaseLetter=true lowercaseLetter=false digit=true symbol=true disallowUsernameAsPassword=true


  4. Commit the operation.

    delphix passwordPolicy create *> commit