mirror of https://github.com/CISOfy/lynis.git
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.
This commit is contained in:
parent
a7b48e40b0
commit
5bce9d598c
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue