-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from json-scada/master
LDAP Auth
- Loading branch information
Showing
51 changed files
with
1,891 additions
and
1,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,8 @@ | |
"username": "admin", | ||
"email": "[email protected]", | ||
"password": "$2a$08$8BZKbQkra8qAYDQWOr7DCe3LdRvxbdjmlGPlXka75h/xOfq6hcrZ6", | ||
"isLDAPUser": false, | ||
"ldapDN": "", | ||
"lastLDAPSync": null, | ||
"__v": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,8 @@ | |
"username": "admin", | ||
"email": "[email protected]", | ||
"password": "$2a$08$8BZKbQkra8qAYDQWOr7DCe3LdRvxbdjmlGPlXka75h/xOfq6hcrZ6", | ||
"isLDAPUser": false, | ||
"ldapDN": "", | ||
"lastLDAPSync": null, | ||
"__v": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{json:scada} | ||
|
||
© 2008-2024 Ricardo L. Olsen | ||
© 2008-2025 Ricardo L. Olsen | ||
(https://www.linkedin.com/in/ricardo-olsen/) | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
|
@@ -135,9 +135,32 @@ Inkscape+SAGE: | |
|
||
------------------------------------------------------------------- | ||
|
||
Notes for version 0.49: | ||
|
||
* LDAP/AD user authentication. | ||
|
||
To quickly run the system after installed, open the JSON-SCADA desktop folder and: | ||
|
||
* On the JSON-SCADA desktop folder: execute "_Start_Services". | ||
* On the JSON-SCADA desktop folder: execute "_JSON SCADA WEB". | ||
* Default login credentials: username=admin password=jsonscada. | ||
* Metabase credentials: [email protected] password=jsonscada123. | ||
|
||
Requirements and recommendations: | ||
|
||
* Windows 10/11 64 bits or Server >=2019, Windows PowerShell. At least 25GB of free space in the "C:" drive. | ||
* Administrative rights. Corporate Windows policies may cause problems with the creation of services and the opening of TCP ports. | ||
* Free TCP ports 6688, 6689, 27017, 5432, 80, 8080, 3000, 3001, 9000, 20000. Other ports may be required for optional services and protocols. | ||
* If the server already has MongoDB, PostgreSQL, Grafana, Metabase, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts. | ||
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version. | ||
* If using VirtualBox configure "paravirtualization interface"=KVM, otherwise Nodejs errors may occur. | ||
* MongoDB requires AVX instructions on x86 CPU. | ||
|
||
------------------------------------------------------------------- | ||
|
||
Notes for version 0.48: | ||
|
||
* New protocolDestination driver DNP3 Server. | ||
* New protocol driver DNP3 Server. | ||
* Added ps-AF locale. | ||
* MongoDB Compass updated to 1.45.2. | ||
* Grafana updated to 11.5.1. | ||
|
Oops, something went wrong.