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:
authormboelen <michael@cisofy.com>2016-03-12 21:08:53 +0300
committermboelen <michael@cisofy.com>2016-03-12 21:08:53 +0300
commite88f15fd825a3098e28e60960819aa4656c5e6ca (patch)
tree73595a1a7b48a55ff96def582b5850b8a04313af /include/tests_nameservices
parentbd833057e1d8af55ea3ff2e4658d7a867b69d685 (diff)
Removed tabs
Diffstat (limited to 'include/tests_nameservices')
-rw-r--r--include/tests_nameservices12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/tests_nameservices b/include/tests_nameservices
index 6865da73..f59d02a5 100644
--- a/include/tests_nameservices
+++ b/include/tests_nameservices
@@ -505,13 +505,13 @@
LogText "Result: ypbind is running"
Display --indent 2 --text "- Checking ypbind status" --result "FOUND" --color GREEN
YPBIND_RUNNING=1
- IsRunning ypldap
- if [ ${RUNNING} -eq 1 ]; then
- LogText "Result: ypldap is running"
- Display --indent 2 --text "- Checking ypldap status" --result "FOUND" --color GREEN
- else
+ IsRunning ypldap
+ if [ ${RUNNING} -eq 1 ]; then
+ LogText "Result: ypldap is running"
+ Display --indent 2 --text "- Checking ypldap status" --result "FOUND" --color GREEN
+ else
ReportSuggestion "Disable the usage of NIS/NIS+ and use an alternative like LDAP or Kerberos instead"
- fi
+ fi
else
LogText "Result: ypbind is not active"
Display --indent 2 --text "- Checking ypbind status" --result "NOT FOUND" --color WHITE