Fixed missing site right.

This commit is contained in:
Ylian Saint-Hilaire 2021-10-08 20:52:22 -07:00
parent 1aacef0b52
commit 96da816a69
1 changed files with 2 additions and 1 deletions

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