From e1cb35f28fdc4d9340087f581c5408cc629679d6 Mon Sep 17 00:00:00 2001 From: xnoguer Date: Thu, 27 Apr 2023 17:31:32 -0400 Subject: [PATCH] Adding package libpam-passwdqc as suggestion --- include/tests_authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_authentication b/include/tests_authentication index 0552d6466..4f3e82874 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -717,7 +717,7 @@ if [ ${FOUND} -eq 0 ]; then Display --indent 2 --text "- PAM password strength tools" --result "${STATUS_SUGGESTION}" --color YELLOW LogText "Result: no PAM modules for password strength testing found" - ReportSuggestion "${TEST_NO}" "Install a PAM module for password strength testing like pam_cracklib or pam_passwdqc" + ReportSuggestion "${TEST_NO}" "Install a PAM module for password strength testing like pam_cracklib or pam_passwdqc or libpam-passwdqc" AddHP 0 3 else Display --indent 2 --text "- PAM password strength tools" --result "${STATUS_OK}" --color GREEN