Fix MFAPasswordWarnDays in bastion.conf.dist

Fix duplicate MFAPasswordMaxDays

Fixes #71
This commit is contained in:
Thomas Soëte 2020-11-28 22:34:10 +01:00 committed by GitHub
parent 4784220b8c
commit b604cd137f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,10 +219,10 @@
# DEFAULT: 90
"MFAPasswordMaxDays": 90,
#
# MFAPasswordMaxDays (int >= 0)
# MFAPasswordWarnDays (int >= 0)
# DESC: For the PAM UNIX password MFA, sets the number of days before expiration on which the user will be warned to change his password (see `chage -W')
# DEFAULT: 15
"MFAPasswordMaxDays": 15,
"MFAPasswordWarnDays": 15,
#
# MFAPasswordInactiveDays (int >= -1)
# DESC: For the PAM UNIX password MFA, the account will be blocked after the password is expired (and not renewed) for this amount of days (see `chage -E'). -1 disables this feature. Note that this is different from the accountMaxInactiveDays option above, that is handled by the bastion software itself instead of PAM