From 4c09cad0f211d29124cc1a1fba9dc552e6f0d06f Mon Sep 17 00:00:00 2001 From: PierreGode Date: Thu, 14 Jun 2018 08:58:29 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index d965e46..4a6aa64 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -816,7 +816,7 @@ if [ $cauth = allow 2> /dev/null ] then echo Checking PAM auth configuration.. "${INTRO_TEXT}"OK"${END}" else -echo Checking PAM auth configuration.. "${RED_TEXT}"FAIL ssh security not configured"${END}" +echo Checking PAM auth configuration.. "${RED_TEXT}"SSH security not configured"${END}" fi echo "" echo "-------------------------------------------------------------------------------------"