From 5bce9d598cc546933739ec21c471a40e6e237cde Mon Sep 17 00:00:00 2001 From: gfelkel <60182072+gfelkel@users.noreply.github.com> Date: Thu, 23 Jan 2020 13:30:46 +0100 Subject: [PATCH] AUTH-9228 for HP-UX HP-UX also has /usr/sbin/pwck. For trusted systems, two additional options -s (check inconsistencies with the protected password database) and -l (check encrypted password lengths that are greater than 8 characters) are available. --- include/tests_authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_authentication b/include/tests_authentication index 786bec64..21bcf719 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -302,7 +302,7 @@ FIND=$(${ROOTDIR}usr/sbin/pwck -q -r 2> /dev/null; echo $?) TESTED=1 ;; - "Solaris") + "Solaris"|"HP-UX") FIND=$(${ROOTDIR}usr/sbin/pwck 2> /dev/null; echo $?) TESTED=1 ;;