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:
parent
1aacef0b52
commit
96da816a69
1 changed files with 2 additions and 1 deletions
|
@ -121,6 +121,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
|
||||||
const SITERIGHT_RECORDINGS = 0x00000200;
|
const SITERIGHT_RECORDINGS = 0x00000200;
|
||||||
const SITERIGHT_LOCKSETTINGS = 0x00000400;
|
const SITERIGHT_LOCKSETTINGS = 0x00000400;
|
||||||
const SITERIGHT_ALLEVENTS = 0x00000800;
|
const SITERIGHT_ALLEVENTS = 0x00000800;
|
||||||
|
const SITERIGHT_NONEWDEVICES = 0x00001000;
|
||||||
const SITERIGHT_ADMIN = 0xFFFFFFFF;
|
const SITERIGHT_ADMIN = 0xFFFFFFFF;
|
||||||
|
|
||||||
// Setup SSPI authentication if needed
|
// Setup SSPI authentication if needed
|
||||||
|
|
Loading…
Reference in a new issue