mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-01-05 21:48:49 +01:00
vncserver: refactor
This commit is contained in:
parent
349a33e402
commit
13f4ce0fba
@ -36,9 +36,9 @@ $desktopName = $opt{'-name'} || "$host:$displayNumber ($ENV{USER})";
|
||||
&CreateDotVncDir();
|
||||
|
||||
&PrepareDefaultsForPassingToXvnc();
|
||||
&DisableVncAuth();
|
||||
|
||||
$kasmAuthEnabled = 1;
|
||||
&DisableVncAuth();
|
||||
$kasmPasswdFile = "$ENV{HOME}/.kasmpasswd";
|
||||
@kasmPasswdUsers = &LoadKasmPasswdUsers();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user