mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-09 09:51:49 +08:00
Bump MAX_GROUPS to allow for more groups
Especially Radius accounts might belong to a large number of groups. Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
* Version 1.2.5 (unreleased)
|
||||
-
|
||||
- Bump the number of groups per account from 128 to 512 (#219)
|
||||
|
||||
|
||||
* Version 1.2.4 (released 2024-01-22)
|
||||
- Get connection speed limits (traffic shaping) from RADIUS (#554)
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
#include "log.h"
|
||||
|
||||
#define SESSION_STR "(session: %.6s)"
|
||||
#define MAX_GROUPS 128
|
||||
#define MAX_GROUPS 512
|
||||
|
||||
typedef struct sec_mod_st {
|
||||
struct list_head *vconfig;
|
||||
|
||||
Reference in New Issue
Block a user