Documentation Home
Oracle Enterprise Manager for MySQL Database User's Guide
Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


Oracle Enterprise Manager for MySQL Database User's Guide  /  Configuration Metrics  /  Password Validation Configuration Metrics

7.25 Password Validation Configuration Metrics

Lists the Password Validation configuration metrics and provides a brief description of each.

Table 7.25 Password Validation Configuration Metrics

NameDescription
Dictionary FileThe path name of the dictionary file used by the validate_password plugin for checking passwords.
LengthThe minimum number of characters that passwords checked by the validate_password plugin must have.
Mixed Case CountThe minimum number of lowercase and uppercase characters that passwords checked by the validate_password plugin must have if the password policy is MEDIUM or stronger.
Number CountThe minimum number of numeric (digit) characters that passwords checked by the validate_password plugin must have if the password policy is MEDIUM or stronger.
PolicyThe password policy enforced by the validate_password plugin.
Special Char CountThe minimum number of numeric (digit) characters that passwords checked by the validate_password plugin must have if the password policy is MEDIUM or stronger.