# Shared dev GLAuth for OtOpcUa + MxAccessGateway + ScadaBridge. # Deploy on the shared Docker host 10.100.0.35: docker compose up -d # Verify: ldapsearch -x -H ldap://10.100.0.35:3893 \ # -D cn=serviceaccount,dc=zb,dc=local -w serviceaccount123 \ # -b dc=zb,dc=local "(cn=multi-role)" memberOf name: zb-shared-glauth services: glauth: image: glauth/glauth:latest container_name: zb-shared-glauth restart: unless-stopped ports: - "3893:3893" volumes: - ./config.toml:/app/config/config.cfg:ro