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.
Bashdelphix> passwordPolicy -
Run the create command.
Bashdelphix passwordPolicy> createdelphix passwordPolicy create *> -
Set the required parameters.
Bashdelphix passwordPolicy create *> set name=MyCustomPasswordPolicy minLength=5 reuseDisallowLimit=1 uppercaseLetter=true lowercaseLetter=false digit=true symbol=true disallowUsernameAsPassword=true -
Commit the operation.
Bashdelphix passwordPolicy create *> commit