1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added RDP folder to package.json and disabled WebRTC by default.

This commit is contained in:
Ylian Saint-Hilaire 2022-04-30 20:07:39 -07:00
parent 886e518240
commit bc0dc743f1
4 changed files with 4 additions and 2 deletions

View file

@ -3481,6 +3481,7 @@ function mainStart() {
// Check if RDP support if present
var mstsc = true;
try { require('./rdp') } catch (ex) { mstsc = false; }
console.log('mstsc', mstsc);
// Check if Windows SSPI, LDAP, Passport and YubiKey OTP will be used
var sspi = false;