mirror of https://github.com/CISOfy/lynis.git
Merge pull request #1395 from xnoguer/issue-1280
Adding missing test number for suggestion. Issue 1280
This commit is contained in:
commit
83695ad3e2
|
@ -485,7 +485,7 @@
|
||||||
LogText "Result: ypldap is running"
|
LogText "Result: ypldap is running"
|
||||||
Display --indent 2 --text "- Checking ypldap status" --result "${STATUS_FOUND}" --color GREEN
|
Display --indent 2 --text "- Checking ypldap status" --result "${STATUS_FOUND}" --color GREEN
|
||||||
else
|
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
|
fi
|
||||||
else
|
else
|
||||||
LogText "Result: ypbind is not active"
|
LogText "Result: ypbind is not active"
|
||||||
|
|
Loading…
Reference in New Issue