mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Allow setting a reconnection delay time after a failed authentication attempt (added min-reauth-time option).
This commit is contained in:
@@ -72,6 +72,7 @@ struct cfg_st {
|
||||
char *chroot_dir; /* where the xml files are served from */
|
||||
char *banner;
|
||||
time_t cookie_validity; /* in seconds */
|
||||
time_t min_reauth_time; /* after a failed auth, how soon one can reauthenticate -> in seconds */
|
||||
unsigned auth_timeout; /* timeout of HTTP auth */
|
||||
unsigned keepalive;
|
||||
unsigned dpd;
|
||||
|
||||
Reference in New Issue
Block a user