Viewing password policies
About this task
To view the list of password policies configured on the PingDirectory server:
Steps
-
Do one of the following:
Choose from:
-
Use the Administrative Console.
-
Run the
dsconfig
tool in either interactive or non-interactive mode.
Example:
The following example demonstrates the process for obtaining a list of defined password policies in non-interactive mode.
$ bin/dsconfig list-password-policies
Result:
Password Policy : Type : password-attribute : default-password-storage-scheme ------------------------:---------:--------------------:-------------------------------- Default Password Policy : generic : userPassword : Salted SHA-256 Root Password Policy : generic : userPassword : PBKDF2 Secure Password Policy : generic : userPassword : PBKDF2
-