Increase TOTP window size to 60 seconds at each end of the moment
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f8bca830ba
commit
b812173dd6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ encrypt_secret = False
|
||||||
# You can allow for some clock drift between the client and server by setting
|
# You can allow for some clock drift between the client and server by setting
|
||||||
# the permitted window size. Window size is calculated in 10-second intervals,
|
# the permitted window size. Window size is calculated in 10-second intervals,
|
||||||
# so a window size of 6 allows clock drift of 60 seconds in either direction.
|
# so a window size of 6 allows clock drift of 60 seconds in either direction.
|
||||||
window_size = 3
|
window_size = 6
|
||||||
|
|
||||||
# First value is the number of times. Second value is the number of seconds.
|
# First value is the number of times. Second value is the number of seconds.
|
||||||
# So, "3, 30" means "3 falures within 30 seconds"
|
# So, "3, 30" means "3 falures within 30 seconds"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue