mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 16:13:13 +01:00
Disable passing of basicauth in vncserver
This commit is contained in:
parent
1632f4888d
commit
4e8750e37a
@ -465,8 +465,7 @@ sub LoadConfig {
|
|||||||
}
|
}
|
||||||
# change username option to basicAuth and add colon as required by Xvnc, password will be taken from file
|
# change username option to basicAuth and add colon as required by Xvnc, password will be taken from file
|
||||||
if ($k = "username") {
|
if ($k = "username") {
|
||||||
$config{"basicauth"} = "$v:";
|
next;
|
||||||
$vncUserName = $v;
|
|
||||||
} else {
|
} else {
|
||||||
$config{$k} = $v;
|
$config{$k} = $v;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user