Loading slapd/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ RUN echo 'deb http://deb.debian.org/debian stretch-backports main' > /etc/apt/so COPY --chown=root:root entrypoint / EXPOSE 389 636 VOLUME [ "/var/lib/ldap" ] VOLUME [ "/run/ldap" ] ENV LDAP_URLS="ldap:/// ldapi:/// ldaps:///" \ SLAPD_DEBUG_LEVEL="NONE" ENTRYPOINT [ "/entrypoint" ] Loading slapd/README.md +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,11 @@ > Dockerized OpenLDAP daemon. ## Interfaces exposed The container exposes TCP ports 389 (LDAP) and 636 (LDAPS) as well as the `ldapi` Unix socket in the `/run/slapd` volume. ## Environment variables Name | Description | Default value Loading Loading
slapd/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ RUN echo 'deb http://deb.debian.org/debian stretch-backports main' > /etc/apt/so COPY --chown=root:root entrypoint / EXPOSE 389 636 VOLUME [ "/var/lib/ldap" ] VOLUME [ "/run/ldap" ] ENV LDAP_URLS="ldap:/// ldapi:/// ldaps:///" \ SLAPD_DEBUG_LEVEL="NONE" ENTRYPOINT [ "/entrypoint" ] Loading
slapd/README.md +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,11 @@ > Dockerized OpenLDAP daemon. ## Interfaces exposed The container exposes TCP ports 389 (LDAP) and 636 (LDAPS) as well as the `ldapi` Unix socket in the `/run/slapd` volume. ## Environment variables Name | Description | Default value Loading