AUTH-9218 add NetBSD and OpenBSD

All of the BSDs have `/etc/master.passwd`.
This commit is contained in:
Brian Ginsbach 2020-04-02 14:48:41 -05:00
parent 50a60fed87
commit ac7ad92f22
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
# Test : AUTH-9218
# Description : Check login shells for passwordless accounts
# Notes : Results should be checked
Register --test-no AUTH-9218 --os "DragonFly FreeBSD" --root-only YES --weight L --network NO --category security --description "Check login shells for passwordless accounts"
Register --test-no AUTH-9218 --os "DragonFly FreeBSD NetBSD OpenBSD" --root-only YES --weight L --network NO --category security --description "Check login shells for passwordless accounts"
if [ ${SKIPTEST} -eq 0 ]; then
FOUND=0
LogText "Test: Checking login shells"