changed AllowUsers to AllowGroups in test SSH-7440

This commit is contained in:
katleese 2024-04-29 10:21:59 +02:00
parent 967b9f1ec7
commit 8d7c30fd9a

View File

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