Merge pull request #16 from kasmtech/create_ubuntu_packages

Create Ubuntu 18.04 package
This commit is contained in:
Kasm
2021-01-18 13:02:38 -06:00
committed by GitHub
46 changed files with 1468 additions and 37 deletions

View File

@@ -276,7 +276,7 @@ $passwordArgSpecified = 0;
#}
# Disable vnc auth, kasmvnc uses https basic auth
system("echo '' | ".$exedir."vncpasswd -f > $vncUserDir/passwd");
system("echo 'WrLNwLrcrxM=' | base64 -d > $vncUserDir/passwd");
$kasmAuthEnabled = 1;