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:
Dimitri Papadopoulos
2024-03-19 07:53:15 +01:00
parent 44721552be
commit c734a9c929
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
View File
@@ -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;