Fix auth error and build permissions

This commit is contained in:
matt
2021-01-10 16:24:09 +00:00
parent 2b801e3397
commit de4ddcb154
4 changed files with 14 additions and 7 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;