mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-20 09:46:13 +00:00
update field lengths
This commit is contained in:
parent
43433cdb5a
commit
4d021e16a5
@ -1224,12 +1224,12 @@ typedef struct
|
||||
/**
|
||||
* sso nonce
|
||||
*/
|
||||
char ssoNonce[64];
|
||||
char ssoNonce[128];
|
||||
|
||||
/**
|
||||
* sso state
|
||||
*/
|
||||
char ssoState[128];
|
||||
char ssoState[256];
|
||||
|
||||
/**
|
||||
* oidc client id
|
||||
|
@ -663,7 +663,7 @@ public:
|
||||
*/
|
||||
char authenticationURL[2048];
|
||||
|
||||
/**
|
||||
/**
|
||||
* Time current authentication expires or 0 if external authentication is disabled
|
||||
*
|
||||
* Not used if authVersion >= 1
|
||||
@ -678,12 +678,12 @@ public:
|
||||
/**
|
||||
* sso nonce
|
||||
*/
|
||||
char ssoNonce[64];
|
||||
char ssoNonce[128];
|
||||
|
||||
/**
|
||||
* sso state
|
||||
*/
|
||||
char ssoState[128];
|
||||
char ssoState[256];
|
||||
|
||||
/**
|
||||
* oidc client id
|
||||
|
Loading…
x
Reference in New Issue
Block a user