mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[PR #32] [MERGED] STARTTLS, custom/valid certificate support, runtime configuration & other enhancements #59
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#59
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?
📋 Pull Request Information
Original PR: https://github.com/rroemhild/docker-test-openldap/pull/32
Author: @AnalogJ
Created: 6/13/2021
Status: ✅ Merged
Merged: 8/11/2021
Merged by: @rroemhild
Base:
master← Head:master📝 Commits (7)
c61f87eworking container. Made it very easy to dynamically enable/disable starttls.2f80ce6making sure we can completely customize the users DN and email. pre-requsite for letsencrypt certsf3ffad8working custom certificates from Letsencrypt.31dcfc6Create docker-publish.yml91f1f04Update README.md414d3dffixes for PR.612b622change README.md back to rroemhild/test-openldap📊 Changes
28 files changed (+293 additions, -135 deletions)
View changed files
➕
.github/workflows/docker-publish.yml(+63 -0)📝
.gitignore(+1 -0)📝
Dockerfile(+20 -12)➕
LETSENCRYPT_CERTS.md(+40 -0)📝
README.md(+19 -1)➖
bootstrap/slapd-init.sh(+0 -112)📝
docker-compose.yml(+11 -6)➕
rootfs/etc/cont-init.d/000-slapd-package-config(+21 -0)➕
rootfs/etc/cont-init.d/010-tls-certificates(+24 -0)➕
rootfs/etc/cont-init.d/020-filesystem-perms(+4 -0)➕
rootfs/etc/cont-init.d/050-openldap-populate(+76 -0)➕
rootfs/etc/services.d/slapd/run(+4 -0)📝
rootfs/opt/openldap/bootstrap/config/configadminpw.ldif(+0 -0)➕
rootfs/opt/openldap/bootstrap/config/force-starttls.ldif(+4 -0)📝
rootfs/opt/openldap/bootstrap/config/logging.ldif(+0 -0)📝
rootfs/opt/openldap/bootstrap/config/memberof.ldif(+0 -0)📝
rootfs/opt/openldap/bootstrap/config/msad.ldif(+0 -0)📝
rootfs/opt/openldap/bootstrap/config/tls.ldif(+3 -0)📝
rootfs/opt/openldap/bootstrap/data/00_people.ldif(+0 -0)📝
rootfs/opt/openldap/bootstrap/data/10_people_amy.ldif(+0 -0)...and 8 more files
📄 Description
I added the following to your (incredibly useful) image:
ENV LDAP_DOMAIN=planetexpress.comENV LDAP_ORGANISATION="Planet Express, Inc."ENV LDAP_BINDDN="cn=admin,dc=planetexpress,dc=com"ENV LDAP_FORCE_STARTTLS="false"Hopefully you find it useful enough to merge, but either way, thanks for all your hard work @rroemhild
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.