Password policy properties
This password policy applies only to the TADDM file-based repository authentication. For more details on security and authentication, refer to Planning for security.
Important: The following password policy properties must be configured on the primary
storage server and all the discovery servers in the
collation.properties file. Make
sure that all the configured values for the password policy properties are same on all the servers.
- com.collation.passwordpolicy=false
- The default value is false.
This property is used to enable the password policy for the file-based repository authentication. To enable the password policy, configure this property to '
true'. - com.collation.passwordpolicy.minlength=15
- The default value is 15.
This property is used to change the minimum number of characters in length for the password.
- com.collation.passwordpolicy.MinCharTypes=2
- The default value is 2.This property enforce the password to contain at least two of the following characters types:
- Uppercase
- Lowercase
- Numeric
- Special characters