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:
authorSteve Kolenich <kolenichsj@tutanota.com>2022-01-31 18:05:26 +0300
committerSteve Kolenich <kolenichsj@tutanota.com>2022-01-31 18:05:26 +0300
commiteb46f39c447b45db8198b4cf613c4129873492e1 (patch)
tree29870ea7577f1aa1640c965e8f08b0474e465c44 /include/tests_authentication
parent302b52c55d87b0c8dff05e5ae5e7ed61d43a9d51 (diff)
parentce4a0ce6bb3e4be5ad51b2fb054c4be5352abe74 (diff)
Merge remote-tracking branch 'origin/master' into alpine_apk
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 2712aa34..1718f99a 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -916,7 +916,7 @@
LogText "Result: found one or more accounts without password"
for I in ${FIND2}; do
LogText "Account without password: ${I}"
- Report "account_without_password=${I}"
+ Report "account_without_password[]=${I}"
done
Display --indent 2 --text "- Accounts without password" --result "${STATUS_WARNING}" --color RED
ReportWarning "${TEST_NO}" "Found accounts without password"