mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
Removed tabs
This commit is contained in:
parent
bd833057e1
commit
e88f15fd82
@ -505,13 +505,13 @@
|
|||||||
LogText "Result: ypbind is running"
|
LogText "Result: ypbind is running"
|
||||||
Display --indent 2 --text "- Checking ypbind status" --result "FOUND" --color GREEN
|
Display --indent 2 --text "- Checking ypbind status" --result "FOUND" --color GREEN
|
||||||
YPBIND_RUNNING=1
|
YPBIND_RUNNING=1
|
||||||
IsRunning ypldap
|
IsRunning ypldap
|
||||||
if [ ${RUNNING} -eq 1 ]; then
|
if [ ${RUNNING} -eq 1 ]; then
|
||||||
LogText "Result: ypldap is running"
|
LogText "Result: ypldap is running"
|
||||||
Display --indent 2 --text "- Checking ypldap status" --result "FOUND" --color GREEN
|
Display --indent 2 --text "- Checking ypldap status" --result "FOUND" --color GREEN
|
||||||
else
|
else
|
||||||
ReportSuggestion "Disable the usage of NIS/NIS+ and use an alternative like LDAP or Kerberos instead"
|
ReportSuggestion "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"
|
||||||
Display --indent 2 --text "- Checking ypbind status" --result "NOT FOUND" --color WHITE
|
Display --indent 2 --text "- Checking ypbind status" --result "NOT FOUND" --color WHITE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user