Merge pull request #898 from bginsbach/auth-9268

AUTH-9268 Add DragonFly
This commit is contained in:
Michael Boelen 2020-04-03 09:45:21 +02:00 committed by GitHub
commit f92fe4e03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -817,13 +817,8 @@
# Test : AUTH-9268
# Description : Searching available PAM files
# Notes : PAM is used on AIX, FreeBSD, Linux, HPUX, NetBSD, Solaris
case "${OS}" in
"AIX"|"FreeBSD"|"Linux"|"HPUX"|"NetBSD"|"Solaris")
PREQS_MET="YES" ;;
*)
PREQS_MET="NO" ;;
esac
Register --test-no AUTH-9268 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Checking presence pam.d files"
OS_USES_PAM="AIX DragonFly FreeBSD Linux HPUX NetBSD Solaris"
Register --test-no AUTH-9268 --os "${OS_USES_PAM}" --weight L --network NO --category security --description "Checking presence pam.d files"
if [ ${SKIPTEST} -eq 0 ]; then
FOUND=0
LogText "Test: Searching pam modules"