mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-05 04:24:11 +08:00
Fix MFAPasswordWarnDays in bastion.conf.dist
Fix duplicate MFAPasswordMaxDays Fixes #71
This commit is contained in:
parent
4784220b8c
commit
b604cd137f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue