mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #42] Slapd fails to start with new build image #22
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#22
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 @paulkitt on GitHub (Sep 1, 2022).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/42
We build the actual state of the repo planing to make some small changes in the user/group structure.
When starting the image with no modifications slapd fails:
@paulkitt commented on GitHub (Sep 1, 2022):
Anybody manages to work with the current master? The project is great and it would be awesome to find a way to work with it.
@rroemhild commented on GitHub (Sep 2, 2022):
This seems to be a problem with a previous error from ldapmodify while configure TLS:
The script exit early an does not shutdown the slapd process.
@jskacel commented on GitHub (Oct 26, 2022):
Looks like the issue is because of missing
/etc/ldap/ssl/fullchain.crt@jskacel commented on GitHub (Oct 26, 2022):
So.. if you remove these lines https://github.com/rroemhild/docker-test-openldap/blob/master/rootfs/opt/openldap/bootstrap/config/tls.ldif#L3-L5 and rebuild the image, it will start to work
Or you need to provide your certificates (with CA) and mount it to
/etc/ldap/ssl