Renum login.defs 10.1.x to 5.4.1.x

renamed:    bin/hardening/10.1.1_set_password_exp_days.sh -> bin/hardening/5.4.1.1_set_password_exp_days.sh
	renamed:    bin/hardening/10.1.2_set_password_min_days_change.sh -> bin/hardening/5.4.1.2_set_password_min_days_change.sh
	renamed:    bin/hardening/10.1.3_set_password_exp_warning_days.sh -> bin/hardening/5.4.1.3_set_password_exp_warning_days.sh
	renamed:    tests/hardening/10.1.3_set_password_exp_warning_days.sh -> tests/hardening/5.4.1.1_set_password_exp_days.sh
	renamed:    tests/hardening/10.1.2_set_password_min_days_change.sh -> tests/hardening/5.4.1.2_set_password_min_days_change.sh
	renamed:    tests/hardening/10.1.1_set_password_exp_days.sh -> tests/hardening/5.4.1.3_set_password_exp_warning_days.sh
This commit is contained in:
Charles Herlin 2019-09-12 10:43:48 +02:00 committed by Thibault Ayanides
parent 8a4a28a35b
commit 47a9ffdc9c
6 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# #
# #
# 10.1.1 Set Password Expiration Days (Scored) # 5.4.1.1 Ensure password expiration is 365 days or less (Scored)
# #
set -e # One error, it's over set -e # One error, it's over

View File

@ -5,7 +5,7 @@
# #
# #
# 10.1.2 Set Password Change Minimum Number of Days (Scored) # 5.4.1.2 Ensure minimum days between password changes is 7 or more (Scored)
# #
set -e # One error, it's over set -e # One error, it's over

View File

@ -5,7 +5,7 @@
# #
# #
# 10.1.3 Set Password Expiring Warning Days (Scored) # 5.4.1.3 Ensure password expiration warning days is 7 or more (Scored)
# #
set -e # One error, it's over set -e # One error, it's over