SV-253696r1018599_rule
V-253696
SRG-APP-000164-DB-000401
MADB-10-003750
CAT II
10
Locate the MariaDB Enterprise Server configuration file (mariadb-enterprise.cnf) that contains the password variables within /etc/my.cnf.d/. Edit the variables.
Example:
default_password_lifetime = 60
Check the default password lifetime variable to verify it matches the password requirement.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'default_password_lifetime%';
If the value returned is not 60 or less, this is a finding.
V-253696
False
MADB-10-003750
Check the default password lifetime variable to verify it matches the password requirement.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'default_password_lifetime%';
If the value returned is not 60 or less, this is a finding.
M
5475