mirror of https://github.com/CISOfy/lynis.git
Adding missing test number for suggestion
This commit is contained in:
parent
59a3c4b536
commit
ae129b24be
|
@ -485,7 +485,7 @@
|
|||
LogText "Result: ypldap is running"
|
||||
Display --indent 2 --text "- Checking ypldap status" --result "${STATUS_FOUND}" --color GREEN
|
||||
else
|
||||
ReportSuggestion "Disable the usage of NIS/NIS+ and use an alternative like LDAP or Kerberos instead"
|
||||
ReportSuggestion "${TEST_NO}" "Disable the usage of NIS/NIS+ and use an alternative like LDAP or Kerberos instead"
|
||||
fi
|
||||
else
|
||||
LogText "Result: ypbind is not active"
|
||||
|
|
Loading…
Reference in New Issue