mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 07:05:50 +03:00
[GH-ISSUE #53] Infinite loop after restart #33
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frafra on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/53
I would advise against using
VOLUMESinDockerfile, as not all users are interested in having persistency on these paths, and it looks like it is not possible to just ignore them. Without the volumes the error would not happen.@OctoNezd commented on GitHub (Jun 11, 2024):
To anyone with same issue: you can fix this by directly running slapd:
/usr/sbin/slapd -h "ldapi:/// ldap://0.0.0.0:10389 ldaps://0.0.0.0:10636" -d 256@osnard commented on GitHub (Jun 25, 2024):
I am having the same issue. I wanted to add additional attributes to the users and therefore mount
Now I am getting the
database already in useloop. I have also tried to build a local image and removing theVOLUMEdeclaration in theDockerfile[1]. But that didn't work either. Any hints?[1]
github.com/rroemhild/docker-test-openldap@2645f2164f/Dockerfile (L34)@cadabrum commented on GitHub (Aug 1, 2024):
I don’t know how to configure the LDAP server correctly, but this hack helped:
rootfs/etc/services.d/slapd/run