Skip to content

Commit

Permalink
Merge pull request #1389 from xnoguer/issue-1354
Browse files Browse the repository at this point in the history
Change in suggestion message. Issue 1354
  • Loading branch information
mboelen committed May 14, 2024
2 parents b8064bc + e1cb35f commit 182ba62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tests_authentication
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 182ba62

Please sign in to comment.