From dcb7f311fa7b20482635e1323a78729d877baa00 Mon Sep 17 00:00:00 2001 From: mboelen Date: Sun, 13 Mar 2016 15:48:03 +0100 Subject: Changed text and links --- include/tests_databases | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/include/tests_databases b/include/tests_databases index 16dae170..29abb029 100644 --- a/include/tests_databases +++ b/include/tests_databases @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael@rootkit.nl), The Netherlands -# Web site: http://www.rootkit.nl +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. @@ -75,7 +79,7 @@ if [ "${FIND}" = "0" ]; then LogText "Result: Login succeeded, no MySQL root password set!" ReportWarning ${TEST_NO} "H" "No MySQL root password set" - ReportSuggestion ${TEST_NO} "Use mysqladmin to set a MySQL root password (mysqladmin -u root -p password MYPASSWORD)" + ReportSuggestion ${TEST_NO} "Use mysqladmin to set a MySQL root password" Display --indent 4 --text "- Checking empty MySQL root password" --result WARNING --color RED AddHP 0 5 else -- cgit v1.2.3