fix: make ldap manager login work with rootdn

This commit is contained in:
Michael Barz
2025-04-14 14:58:41 +02:00
parent 7e9a7d8099
commit ea8507cc9f
3 changed files with 15 additions and 2 deletions
@@ -10,6 +10,7 @@ services:
environment:
LDAP_HOST: ldap-server
LDAP_PORT: 1389
LDAP_LOGIN_OBJECTCLASS: "inetOrgPerson"
APP_URL: "https://${LDAP_MANAGER_DOMAIN:-ldap.opencloud.test}"
labels:
- "traefik.enable=true"