From 8d7c30fd9a0d07632287135aec2f255271099bb7 Mon Sep 17 00:00:00 2001 From: katleese Date: Mon, 29 Apr 2024 10:21:59 +0200 Subject: [PATCH] changed AllowUsers to AllowGroups in test SSH-7440 --- include/tests_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_ssh b/include/tests_ssh index 6ab6f193..43bf7145 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -312,7 +312,7 @@ # AllowGroups FIND=$(${GREPBINARY} -E -i "^AllowGroups" ${SSH_DAEMON_OPTIONS_FILE} | ${AWKBINARY} '{ print $2 }') if [ -n "${FIND}" ]; then - LogText "Result: AllowUsers set ${FIND}" + LogText "Result: AllowGroups set ${FIND}" Display --indent 4 --text "- OpenSSH option: AllowGroups" --result "${STATUS_FOUND}" --color GREEN FOUND=1 else