groupware: fix devtools LDAP passwords, as it was breaking regular opencloud drive authentication

This commit is contained in:
Pascal Bleser
2025-10-15 10:57:28 +02:00
parent 4b09cb576a
commit ce2b951afe

View File

@@ -59,7 +59,9 @@ services:
# enable to allow using the banned passwords list
OC_PASSWORD_POLICY_BANNED_PASSWORDS_LIST: banned-password-list.txt
IDM_REVASVC_PASSWORD: "admin"
OC_LDAP_BIND_PASSWORD: "admin"
AUTH_BASIC_LDAP_BIND_PASSWORD: "admin"
USERS_LDAP_BIND_PASSWORD: "admin"
GROUPS_LDAP_BIND_PASSWORD: "admin"
IDM_LDAPS_ADDR: 0.0.0.0:9235
volumes:
- ./config/opencloud/app-registry.yaml:/etc/opencloud/app-registry.yaml