Minor text changes

This commit is contained in:
mboelen 2016-03-24 11:11:40 +01:00
parent d1bb7855df
commit 45f6bcc601
1 changed files with 3 additions and 3 deletions

View File

@ -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"