Veritas eDiscovery Platform Release Notes
- Overview
- Operational notes
- New in Release 9.1.1
- Known issues
- Fixed issues
Support for password hardening
For security reasons, you must ensure that the passwords that are used by the end users are secure. This feature enables an eDiscovery administrator to harden the end user password. The passwords are checked against the password policies whenever a new system user gets added or password for existing user is changed.
The administrator can use the configuration properties to configure the following:
The minimum password length.
The number of numeric characters that the password must have.
The number os special characters that the password must have.
The number os uppercase characters that the password must have.
Whether white spaces should be allowed in a password.
Administrator can set the following configuration properties to control the strength of the password.
Property name | Type | Default value |
---|---|---|
esa.common.user.minPasswordLen | Integer | 6 |
esa.common.user.minNumericCharCountRequired | Integer | 0 |
esa.common.user.minSpecialCharCountRequired | Integer | 0 |
esa.common.user.minUpperCaseCharCountRequired | Integer | 0 |
esa.common.user.noWhiteSpaceCharAllowed | Boolean | False |