From 46dbe8a6bcd0a4dfefe62cde570b06614339c878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Le=20Gal?= Date: Wed, 3 May 2017 23:08:48 +0200 Subject: [PATCH] [10.1.3] set the good value for $OPTIONS --- bin/hardening/10.1.3_set_password_exp_warning_days.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hardening/10.1.3_set_password_exp_warning_days.sh b/bin/hardening/10.1.3_set_password_exp_warning_days.sh index 32f161f..6a45639 100755 --- a/bin/hardening/10.1.3_set_password_exp_warning_days.sh +++ b/bin/hardening/10.1.3_set_password_exp_warning_days.sh @@ -12,7 +12,7 @@ set -e # One error, it's over set -u # One variable unset, it's over PACKAGE='login' -OPTIONS='PASS_MIN_DAYS=7' +OPTIONS='PASS_WARN_AGE=7' FILE='/etc/login.defs' # This function will be called if the script status is on enabled / audit mode