Creating Custom Password Policies
- 26 Dec 2022
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Creating Custom Password Policies
- Updated on 26 Dec 2022
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
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
Was this article helpful?