Add STARTTLS support

This commit is contained in:
paul 2018-10-04 00:29:46 +02:00
commit 181ede511f
2 changed files with 10 additions and 0 deletions

View file

@ -12,7 +12,11 @@ RUN apt-get update && \
apt-get install --yes --no-install-recommends \
slapd \
ldap-utils \
gnutls-bin \
ssl-cert \
ca-certificates && \
# allow access to certificates
usermod -a -G ssl-cert openldap && \
# remove the default config, since the entrypoint
# will populate it by hand.
rm -rf /etc/ldap/slapd.d && \