Merge pull request #1489 from katalyst666/master

changed wording of the output AllowUsers to AllowGroups in test SSH-7440
This commit is contained in:
Michael Boelen 2024-05-14 23:53:28 +02:00 committed by GitHub
commit b4e57bcbd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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