Browse Source

ocserv: enable min-reauth-time in default configuration

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 10 years ago
parent
commit
e3e33e10dd
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/ocserv/Makefile
  2. +1
    -1
      net/ocserv/files/ocserv.conf.template

+ 1
- 1
net/ocserv/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ocserv
PKG_VERSION:=0.9.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz


+ 1
- 1
net/ocserv/files/ocserv.conf.template View File

@ -138,7 +138,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 = 360
# Cookie timeout (in seconds)
# which he can reconnect. That cookie will be invalided if not


Loading…
Cancel
Save