diff --git a/bin/hardening/9.2.16_pam_limit_password_reuse.sh b/bin/hardening/9.2.16_pam_limit_password_reuse.sh index e5a4bb1..5625c03 100755 --- a/bin/hardening/9.2.16_pam_limit_password_reuse.sh +++ b/bin/hardening/9.2.16_pam_limit_password_reuse.sh @@ -36,7 +36,7 @@ audit () { if [ $FNRET = 0 ]; then ok "$PATTERN is present in $FILE" check_param_pair_by_pam $FILE $KEYWORD $OPTIONNAME ge $CONDT_VAL - if [ $FNRET = 0 ]; thena + if [ $FNRET = 0 ]; then ok "$OPTIONNAME set condition is less-than-or-equal-to $CONDT_VAL" reset_ok return