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

Added LDAPSyncWithUserGroups to config.json schema (#4415)

This commit is contained in:
Ylian Saint-Hilaire 2022-08-22 11:57:11 -07:00
parent 00765288e6
commit 334a9b8321
3 changed files with 15 additions and 21 deletions

View file

@ -500,7 +500,6 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
}
if (match) { g.push(userMemberships[i]); }
}
console.log(g);
userMemberships = g;
}
} else {