Replies: 4 comments 5 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.
-
|
I'm running into the same issue even after clearing the /etc/opencloud and /var/lib/opencloud volumes and re-initializing opencloud: Is there a way I can compare the bind password from my |
Beta Was this translation helpful? Give feedback.
-
OpenCloud Login Error 500 - "uid=idp" not found in IDM databaseEnvironment:
Configuration: COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:external-proxy/opencloud.yml:external-proxy/collabora.yml:search/tika.yml
OC_DOCKER_IMAGE=opencloudeu/opencloud
OC_DOCKER_TAG=4
INITIAL_ADMIN_PASSWORD=R5AkbrGQFZaMxsKA
OC_CONFIG_DIR=/mnt/opencloud/config
OC_DATA_DIR=/mnt/opencloud/data
OC_DOMAIN=cloud.web-seo-consulting.euProblem: {"level":"error","service":"idm","bind_dn":"uid=idp,ou=sysusers,o=libregraph-idm","op":"bind","remote_addr":"127.0.0.1","message":"not found"}
{"level":"error","service":"idp","error":"ldap identifier backend logon connect error: LDAP Result Code 49 \"Invalid Credentials\"","message":"identifier failed to logon with backend"}What we tried:
Findings:
Similar issues:
Question: Is there a manual way to verify/force the IDM initialization, or a known issue with external-proxy setups? |
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