Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-13 11:06:34 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-13 11:06:34 +0300
commit6fde12e579339a6a8ffdff0c84991cfc8f01b882 (patch)
tree85c9e76f6f4c8868f380ad3686b6683a29076d3a /include/tests_databases
parentf4ed6f11df80daa0890ef4b3d660b0ddd3428305 (diff)
Extended details for Redis tests
Diffstat (limited to 'include/tests_databases')
-rw-r--r--include/tests_databases6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tests_databases b/include/tests_databases
index 53a3d84f..a720098f 100644
--- a/include/tests_databases
+++ b/include/tests_databases
@@ -220,7 +220,7 @@
else
AddHP 0 3
Display --indent 4 --text "- Redis (requirepass configured)" --result "${STATUS_NOT_FOUND}" --color YELLOW
- ReportSuggestion "${TEST_NO}" "Configure the 'requirepass' setting for Redis" "${REDIS_CONFIGURATION}" "solution:configure 'requirepass' setting"
+ ReportSuggestion "${TEST_NO}" "Configure the 'requirepass' setting for Redis" "${REDIS_CONFIGURATION}" "text:configure 'requirepass' setting in ${REDIS_CONFIGURATION}"
Report "redis_requirepass=0"
fi
else
@@ -244,7 +244,7 @@
else
AddHP 0 3
Display --indent 4 --text "- Redis (rename of CONFIG command)" --result "${STATUS_NOT_FOUND}" --color YELLOW
- ReportSuggestion "${TEST_NO}" "Use the 'rename-command CONFIG' setting for Redis" "${REDIS_CONFIGURATION}" "solution:configure 'requirepass' setting"
+ ReportSuggestion "${TEST_NO}" "Use the 'rename-command CONFIG' setting for Redis" "${REDIS_CONFIGURATION}" "text:configure 'rename-command CONFIG' in ${REDIS_CONFIGURATION}"
Report "redis_rename_command_config=0"
fi
else
@@ -268,7 +268,7 @@
else
AddHP 0 3
Display --indent 4 --text "- Redis (bind on localhost)" --result "${STATUS_NOT_FOUND}" --color YELLOW
- ReportSuggestion "${TEST_NO}" "Use 'bind' setting to listen on localhost for Redis instance" "${REDIS_CONFIGURATION}" "solution:configure 'bind localhost' to listen on localhost only"
+ ReportSuggestion "${TEST_NO}" "Use 'bind' setting to listen on localhost for Redis instance" "${REDIS_CONFIGURATION}" "text:configure 'bind localhost' in ${REDIS_CONFIGURATION}"
Report "redis_bind_localhost=0"
fi
else