Quickly deploy a OpenLDAP directory from LDIF backups
1.7K
Docker OpenLDAP Directory
This Docker image allows you to quickly deploy a OpenLDAP directory from backups of an existing directory. It is designed for developers and system administrators who need a lightweight, isolated, and reproducible LDAP environment for testing, development, production or CI/CD pipelines.
config.ldif and data.ldif).data.accesslog.ldif).ldapvi Profiles: Simplifies LDAP management by automatically creating ldapvi profiles for each database, accessible via ldapi:///.ldap:/// (TCP 389), ldapi:/// (Unix socket), and ldaps:/// (TCP 636, if SSL is configured).latest: Based on Debian 13 (Trixie).debian11: Based on Debian 11 (Bullseye).debian12: Based on Debian 12 (Bookworm).debian13: Based on Debian 13 (Trixie).The source code for this Docker image is available on Gitea.
config.ldif and data.ldif) in a local directory.docker run -d \
--name ldap-dev \
-v /path/to/backups:/var/backups/ldap \
-p 389:389 \
-p 636:636 \
docker.io/brenard/openldap:latest
ldapsearch -H ldap://localhost -x -b "dc=example,dc=com"
This project is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later).
Content type
Image
Digest
sha256:b334450ea…
Size
93.8 MB
Last updated
18 days ago
docker pull brenard/openldap