3.6 Ensure 'PASSWORD_GRACE_TIME' Is Less than or Equal to '5'

Information

As locking the user account after the expiration of the password change requirement's grace period can help prevent password-based attack against a forgotten or disused accounts, while still allowing the account and its information to be accessible by DBA intervention, this value should be set according to the needs of the organization.

Solution

Remediate this setting by executing the following SQL statement. ALTER PROFILE DEFAULT LIMIT PASSWORD_GRACE_TIME 5;

See Also

https://workbench.cisecurity.org/files/601