We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb24c26 + 13e81ad commit 44ff395Copy full SHA for 44ff395
1 file changed
lib/databases/mysql
@@ -71,6 +71,10 @@ function configure_database_mysql {
71
elif is_fedora; then
72
mysql=mariadb
73
my_conf=/etc/my.cnf
74
+ local cracklib_conf=/etc/my.cnf.d/cracklib_password_check.cnf
75
+ if [ -f "$cracklib_conf" ]; then
76
+ inicomment -sudo "$cracklib_conf" "mariadb" "plugin-load-add"
77
+ fi
78
else
79
exit_distro_not_supported "mysql configuration"
80
fi
0 commit comments