fix(harness): swap retired bitnami/openldap for GLAuth (Host real-LDAP mode) #451
Reference in New Issue
Block a user
Delete Branch "fix/harness-ldap-glauth-swap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Integration-sweep follow-up #6 (LDAP leg). The Host.IntegrationTests opt-in real-LDAP mode used bitnami/openldap:2.6 (gone — Bitnami killed their free catalog). Swapped to GLAuth, the LDAP server the rest of the project already uses (docker-dev + data-plane auth). Added a harness glauth/config.toml (serviceaccount + alice/bob + role groups matching scadaproj/infra/glauth), repointed the service-account override. Live-verified all three bind legs on :3894. Real-LDAP mode is opt-in (default run uses the stub), so this never blocked the default suite. The amd64-emulated-SQL deadline leg of #6 remains open.