docs(glauth): dev/test LDAP is now the shared GLAuth on 10.100.0.35

infra/ no longer runs scadabridge-ldap (retired); central nodes bind the shared
zb-shared-glauth on 10.100.0.35:3893 (dc=zb,dc=local). Source of truth:
scadaproj/infra/glauth/. test_infra_ldap.md banner-marked SUPERSEDED.
This commit is contained in:
Joseph Doherty
2026-06-04 16:38:08 -04:00
parent 5ddb17a089
commit 35a4a5bfea
4 changed files with 27 additions and 17 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ This starts the following services:
|---------|------|---------|
| OPC UA (Azure IoT OPC PLC) | 50000 (OPC UA), 8080 (web) | Simulated OPC UA server with ScadaBridge-style tags |
| OPC UA 2 (Azure IoT OPC PLC) | 50010 (OPC UA), 8081 (web) | Second OPC UA server instance (same tags, independent state) |
| LDAP (GLAuth) | 3893 | Lightweight LDAP with test users/groups matching ScadaBridge roles |
| ~~LDAP (GLAuth)~~ | ~~3893~~ | **RETIRED (2026-06-04)** — no longer started by this stack. Dev/test LDAP is the shared GLAuth on `10.100.0.35:3893` (dc=zb,dc=local). Central nodes bind `Ldap:Server=10.100.0.35`. Source of truth + config: `scadaproj/infra/glauth/`. |
| MS SQL 2022 | 1433 | Configuration and machine data databases |
| SMTP (Mailpit) | 1025 (SMTP), 8025 (web) | Email capture for notification testing |
| REST API (Flask) | 5200 | External REST API for Gateway and Inbound API testing |
@@ -56,7 +56,7 @@ docker compose down
**Stop a single service** (leave the others running):
```bash
docker compose stop opcua # or: opcua2, ldap, mssql, smtp, restapi
docker compose stop opcua # or: opcua2, mssql, smtp, restapi (ldap is no longer a local service)
docker compose start opcua # bring it back without recreating
```