ocserv: enable min-reauth-time in default configuration
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
parent
2180b50799
commit
e3e33e10dd
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ocserv
|
PKG_NAME:=ocserv
|
||||||
PKG_VERSION:=0.9.0
|
PKG_VERSION:=0.9.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
|
|
@ -138,7 +138,7 @@ auth-timeout = 40
|
||||||
|
|
||||||
# The time (in seconds) that a client is not allowed to reconnect after
|
# The time (in seconds) that a client is not allowed to reconnect after
|
||||||
# a failed authentication attempt.
|
# a failed authentication attempt.
|
||||||
#min-reauth-time = 2
|
min-reauth-time = 360
|
||||||
|
|
||||||
# Cookie timeout (in seconds)
|
# Cookie timeout (in seconds)
|
||||||
# which he can reconnect. That cookie will be invalided if not
|
# which he can reconnect. That cookie will be invalided if not
|
||||||
|
|
Loading…
Reference in a new issue