This topic describes how to create custom password policies.
Procedure
Log in to the Delphix Engine as the administrator user and switch to the passwordPolicy context.
delphix> passwordPolicy
Run the create command.
delphix passwordPolicy> create delphix passwordPolicy create *>
Set the required parameters.
delphix passwordPolicy create *> set name=MyCustomPasswordPolicy minLength=5 reuseDisallowLimit=1 uppercaseLetter=true lowercaseLetter=false digit=true symbol=true disallowUsernameAsPassword=true
Commit the operation.
delphix passwordPolicy create *> commit