Update ADconnection.sh

This commit is contained in:
PierreGode 2018-06-14 08:58:29 +02:00 committed by GitHub
parent db013758a2
commit 4c09cad0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 "-------------------------------------------------------------------------------------"