From 45f6bcc60196dfb578aba91302101513d7c1a226 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 24 Mar 2016 11:11:40 +0100 Subject: [PATCH] Minor text changes --- include/tests_authentication | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tests_authentication b/include/tests_authentication index 8e0de90a..df17ac5c 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -478,7 +478,7 @@ LogText "Result: found pam_pwquality.so (password quality control PAM) in ${I}" fi done - + # Cracklib if [ ${FOUND_CRACKLIB} -eq 1 ]; then LogText "Result: pam_cracklib.so found" @@ -487,7 +487,7 @@ LogText "Result: pam_cracklib.so NOT found (crack library PAM)" fi - # Passwd quality control + # Password quality control if [ ${FOUND_PASSWDQC} -eq 1 ]; then LogText "Result: pam_passwdqc.so found" Report "pam_passwdqc=1" @@ -495,7 +495,7 @@ LogText "Result: pam_passwdqc.so NOT found (passwd quality control PAM)" fi - # pwquality + # pwquality module if [ ${FOUND_PWQUALITY} -eq 1 ]; then LogText "Result: pam_pwquality.so found" Report "pam_pwquality=1"