Extend username limit to 128-1
This commit is contained in:
@@ -6,7 +6,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
struct kasmpasswd_entry_t {
|
||||
char user[32];
|
||||
char user[128];
|
||||
char password[128];
|
||||
unsigned char read : 1;
|
||||
unsigned char write : 1;
|
||||
|
||||
Reference in New Issue
Block a user