chore(auth): OtOpcUa unify dev LDAP base DN to dc=zb,dc=local (Task 1.6)

Replace all dev-directory dc=lmxopcua,dc=local references with dc=zb,dc=local
across LdapOptions default, integration harness overrides, docker-compose LDAP_ROOT,
AclEdit placeholder DN, and dev/smoke-test docs. CN/OU prefixes preserved.
This commit is contained in:
Joseph Doherty
2026-06-02 06:45:23 -04:00
parent d0777eee29
commit 8ba289f975
6 changed files with 8 additions and 8 deletions
@@ -41,7 +41,7 @@ else
<div class="col-md-6 mb-3">
<label class="form-label" for="grp">LDAP group</label>
<InputText id="grp" @bind-Value="_form.LdapGroup" class="form-control form-control-sm mono"
placeholder="cn=Operators,ou=FleetAdmin,dc=lmxopcua,dc=local" />
placeholder="cn=Operators,ou=FleetAdmin,dc=zb,dc=local" />
</div>
</div>
<div class="row">