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

LDAP fixes.

This commit is contained in:
Ylian Saint-Hilaire 2019-04-11 14:52:23 -07:00
parent 7bc1807e76
commit 696c842899
3 changed files with 58 additions and 29 deletions

View file

@ -558,6 +558,7 @@ function CreateMeshCentralServer(config, args) {
process.exit();
return;
}
if ((obj.config.domains[i].auth == 'ldap') || (obj.config.domains[i].auth == 'sspi')) { obj.config.domains[i].newaccounts = 0; } // No new accounts allowed in SSPI/LDAP authentication modes.
}
// Log passed arguments into Windows Service Log