No description
Find a file
Timo Ley 40794e63a3
All checks were successful
ci/woodpecker/push/central-override Pipeline was successful
ci/woodpecker/tag/central-override Pipeline was successful
feat: switch to a declarative approach
2025-06-08 16:52:02 +02:00
config feat: switch to a declarative approach 2025-06-08 16:52:02 +02:00
schema init 2025-02-26 17:09:33 +01:00
scripts feat: switch to a declarative approach 2025-06-08 16:52:02 +02:00
docker-compose.yml feat: switch to a declarative approach 2025-06-08 16:52:02 +02:00
Dockerfile feat: switch to a declarative approach 2025-06-08 16:52:02 +02:00
README.md feat: switch to a declarative approach 2025-06-08 16:52:02 +02:00

ldap-docker

Setup

  1. Edit config/example.ldif to your needs.
  2. Edit docker-compose.yml to your needs.
  3. Run docker compose up in this directory.

Use LDAPS

  1. Mount the directory containing the cert and key somewhere inside the container. (/container/certs for example)
  2. Uncomment lines 4-6 in the example.ldif
  3. If your cert and key are not named fullchain.pem and privkey.pem, adjust them in the config.
  4. Restart the container on every cert renewal (using certsync for example).
  5. Expose port 636.