Veritas eDiscovery Platform Release Notes
- Overview
- Operational notes
- New in Release 9.1.1
- Ability to configure footer text in the Legal Hold settings
- Support for Enterprise Vault 12.4
- Support for Java SE Development Kit 8, Update 201 (JDK 8u201)
- Support for MySQL Server 5.6.43
- Support for password hardening
- Inclusion of Access Groups is now configurable
- eDiscovery Platform logs enhanced to print information when license usage has reached beyond threshold limit
- Increased email body limit for Legal Hold Notices (CFT-1824)
- 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 |