Browse Source

ocserv: enable min-reauth-time in default configuration

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
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
 
9
 
10
 PKG_NAME:=ocserv
10
 PKG_NAME:=ocserv
11
 PKG_VERSION:=0.9.0
11
 PKG_VERSION:=0.9.0
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13
 
13
 
14
 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
14
 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz

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

138
 
138
 
139
 # The time (in seconds) that a client is not allowed to reconnect after 
139
 # The time (in seconds) that a client is not allowed to reconnect after 
140
 # a failed authentication attempt.
140
 # a failed authentication attempt.
141
-#min-reauth-time = 2
141
+min-reauth-time = 360
142
 
142
 
143
 # Cookie timeout (in seconds)
143
 # Cookie timeout (in seconds)
144
 # which he can reconnect. That cookie will be invalided if not
144
 # which he can reconnect. That cookie will be invalided if not