mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
LDAP fixes.
This commit is contained in:
parent
7bc1807e76
commit
696c842899
3 changed files with 58 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue