Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add package ca-certificates to slapd base image
Add the ca-certificates package to the slapd base image so that any
clients or client libraries that need to call out, such as syncrepl
clients, can properly check server TLS certificates and do
ldaps://.
skoranda committed Nov 13, 2018
1 parent 5398b62 commit 5dbfaae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comanage-registry-slapd-base/Dockerfile
@@ -20,6 +20,7 @@ FROM debian:jessie

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates \
ldap-utils \
slapd \
&& cp -a /var/lib/ldap /var/lib/ldap.dist \

0 comments on commit 5dbfaae

Please sign in to comment.