enable min-reauth-time in default configuration

This commit is contained in:
Nikos Mavrogiannopoulos
2015-01-24 13:55:05 +01:00
parent de846f9dd6
commit 99c9a8ef6a
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ auth-timeout = 40
# The time (in seconds) that a client is not allowed to reconnect after
# a failed authentication attempt.
#min-reauth-time = 2
min-reauth-time = 120
# Cookie timeout (in seconds)
# Once a client is authenticated he's provided a cookie with

View File

@@ -268,7 +268,7 @@ auth-timeout = 40
# The time (in seconds) that a client is not allowed to reconnect after
# a failed authentication attempt.
#min-reauth-time = 2
min-reauth-time = 120
# Cookie timeout (in seconds)
# Once a client is authenticated he's provided a cookie with