Add STARTTLS support
This commit is contained in:
parent
d205ec0a63
commit
181ede511f
2 changed files with 10 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue