Replies: 2 comments 4 replies
-
Opencloud needs to store the users somewhere. There is no relational database, so it uses an internal LDAP server, the so-called The ldap bind password is created during the If that doesn't match, you see the error from above. @rhafer how can we reset that without running |
Beta Was this translation helpful? Give feedback.
-
I was having trouble installing open cloud. Was following the instructions at: https://github.com/opencloud-eu/opencloud-compose and tried both without traefik and with traefic. I could get to the login page but then was getting a 500 error and could not proceed. I solved the issue by removing the idm.boltdb file and then recreating the other containers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I installed an opencloud-instance with docker-compose faced to the internet. Everything seams to be ok and I can call the login-page calling the internet-url. But if I want to login as admin (user: admin/pwd like set in the .env-file) I get the error message "Unexpected HTTP response: 500. Please check your connection and try again."
Also activating the demo users was without success. Same error.
docker logs shows following error:
"opencloud {"level":"error","service":"idp","error":"ldap identifier backend logon connect error: LDAP Result Code 49 "Invalid Credentials": ","time":"2025-04-27T18:11:18Z","line":"github.com/opencloud-eu/opencloud/pkg/log/logrus_wrapper.go:50","message":"identifier failed to logon with backend"}". I don't know why opencloud try to communigate with ldap ?!
I tried different passwords for admin in the -env-file. Also the rolling and normal-docker-image.
Anybody a hint what is wrong here ?
Daniel
Beta Was this translation helpful? Give feedback.
All reactions