mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Switch to array type for account_without_password
This commit is contained in:
parent
2d16c60da1
commit
28409265db
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue