mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
check_multiple_users: do not account disconnected ones
When max-same-clients is set to 1 and a user re-using a cookie connects, check_multiple_users() would prevent the user from reconnecting. This corrects the issue by taking into account only valid sessions that have not yet been disconnected. Resolves: #223 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
3
NEWS
3
NEWS
@@ -1,7 +1,8 @@
|
||||
* Version 0.12.6 (unreleased)
|
||||
- Improved IPv6 support for anyconnect clients. Patch by Leendert van Doorn.
|
||||
- The 'split-dns' configuration directive can be used per-user (#229).
|
||||
|
||||
- The max-same-clients=1 configuration option no longer refuses the
|
||||
reconnection of an already connected user (#223).
|
||||
|
||||
* Version 0.12.5 (released 2019-10-16)
|
||||
- Fixed issue with FreeBSD tun devices closing (#213).
|
||||
|
||||
Reference in New Issue
Block a user