mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-10 06:48:22 +08:00
Script needs access to additional client metadata.
Export more information to the script, including client device platform, type and user agent. Resolves: #256 Signed-off-by: Alan Jowett <alanjo@microsoft.com>
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
9a41a27b18
commit
780fbb89a0
@@ -410,6 +410,8 @@ struct main_server_st;
|
||||
#define MAX_BANNER_SIZE 256
|
||||
#define MAX_USERNAME_SIZE 64
|
||||
#define MAX_AGENT_NAME 64
|
||||
#define MAX_DEVICE_TYPE 64
|
||||
#define MAX_DEVICE_PLATFORM 64
|
||||
#define MAX_PASSWORD_SIZE 64
|
||||
#define TLS_MASTER_SIZE 48
|
||||
#define MAX_HOSTNAME_SIZE MAX_USERNAME_SIZE
|
||||
|
||||
Reference in New Issue
Block a user