Extended telnet in inetd test [INSE-8016]

This commit is contained in:
mboelen 2014-09-15 10:38:13 +02:00
parent f5f0f02777
commit 59ad28795e
1 changed files with 4 additions and 1 deletions

View File

@ -94,10 +94,13 @@
FIND=`grep "^telnet" ${INETD_CONFIG_FILE}`
if [ "${FIND}" = "" ]; then
logtext "Result: telnet not enabled in ${INETD_CONFIG_FILE}"
Display --indent 2 --text "- Checking inetd (telnet)..." --result FOUND --color GREEN
Display --indent 2 --text "- Checking inetd (telnet)..." --result "NOT FOUND" --color GREEN
AddHP 3 3
else
logtext "Result: telnet enabled in ${INETD_CONFIG_FILE}"
Display --indent 2 --text "- Checking inetd (telnet)..." --result WARNING --color RED
ReportSuggestion "${TEST_NO}" "Disable telnet in inetd configuration and use SSH instead"
AddHP 1 3
fi
fi
#