mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 07:05:50 +03:00
[GH-ISSUE #64] Not working after recent upgrade from buster to bookworm #42
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#42
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 @edwardfung123 on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/64
Thank you for updating the image to use bookworm!
However, the image seems broken after the update. Cannot search or bind to the user
professor.I am trying to run the example code from the README.
The command to start the server:
The command to test:
The output.
If I change the image tag in the command to start the server to
v2.4.0, it works again.Not an expert in openldap. Maybe some behaviour change introduced in openldap on bookworm?
@rroemhild commented on GitHub (Aug 18, 2025):
Hi @edwardfung123,
thanks for the report! The hdb database backend was removed in OpenLDAP 2.5. The commit 7835fbb changes the database backend to mdb.