1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

Fixed missing site right.

This commit is contained in:
Ylian Saint-Hilaire 2021-10-08 20:52:22 -07:00
parent 1aacef0b52
commit 96da816a69

View file

@ -121,6 +121,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
const SITERIGHT_RECORDINGS = 0x00000200;
const SITERIGHT_LOCKSETTINGS = 0x00000400;
const SITERIGHT_ALLEVENTS = 0x00000800;
const SITERIGHT_NONEWDEVICES = 0x00001000;
const SITERIGHT_ADMIN = 0xFFFFFFFF;
// Setup SSPI authentication if needed