Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgfelkel <60182072+gfelkel@users.noreply.github.com>2020-01-23 15:30:46 +0300
committerGitHub <noreply@github.com>2020-01-23 15:30:46 +0300
commit5bce9d598cc546933739ec21c471a40e6e237cde (patch)
tree70aa2118ff4722a7fa441bdb30d3539df9403f8c /include/tests_authentication
parenta7b48e40b0ef500b4e0213d2fd23194b1efd3f83 (diff)
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.
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
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
;;