mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
LDAP improvements (#4276)
This commit is contained in:
parent
2894b362ac
commit
58cd5e3bea
4 changed files with 115 additions and 104 deletions
|
@ -1303,7 +1303,7 @@
|
|||
if (t != null) { desktopsettings = JSON.parse(t); }
|
||||
applyDesktopSettings();
|
||||
|
||||
attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
|
||||
//attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
|
||||
if (args.webrtc != null) { attemptWebRTC = (args.webrtc == 1); }
|
||||
|
||||
// Session Refresh Timer
|
||||
|
|
|
@ -1555,7 +1555,7 @@
|
|||
if (!args.locale) { var x = getstore('loctag', 0); if ((x != null) && (x != '*')) { args.locale = x; } }
|
||||
debugmode = args.debug;
|
||||
|
||||
attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
|
||||
//attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
|
||||
if (args.webrtc != null) { attemptWebRTC = (args.webrtc == 1); }
|
||||
|
||||
QV('p13AutoConnect', debugmode); // Files
|
||||
|
@ -14029,6 +14029,7 @@
|
|||
151: "Started Web-VNC session \"{0}\".", // Not in use yet
|
||||
152: "No longer a relay for \"{0}\".",
|
||||
153: "Is a relay for \"{0}\".",
|
||||
154: "Account changed to sync with LDAP data."
|
||||
};
|
||||
|
||||
var eventsShortMessageId = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue