Loading slapd/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ RUN apt-get update && \ install -o root -g ssl-cert -m 664 /dev/null /etc/ssl/certs/ssl-cert-snakeoil.pem && \ install -o root -g ssl-cert -m 664 /dev/null /etc/ssl/private/ssl-cert-snakeoil.key && \ install -o root -g ssl-cert -m 664 /dev/null /usr/share/slapd/dh.pem && \ chown openldap /etc/ldap/ldap.conf && \ install -o openldap -g root -m 644 /dev/null /etc/ldap/ldap.conf && \ install -d -o openldap -g openldap /run/slapd && \ install -d -o openldap -g openldap /var/backups/ldap && \ install -d -o openldap -g openldap /var/lib/ldap && \ Loading slapd/entrypoint +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ cat >> /etc/ldap/ldap.conf <<EOF URI ldapi:/// SASL_MECH EXTERNAL BASE $BASE_DN TLS_CACERT /etc/ssl/certs/ca-certificates.crt EOF # Unset the root password hash. Loading Loading
slapd/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ RUN apt-get update && \ install -o root -g ssl-cert -m 664 /dev/null /etc/ssl/certs/ssl-cert-snakeoil.pem && \ install -o root -g ssl-cert -m 664 /dev/null /etc/ssl/private/ssl-cert-snakeoil.key && \ install -o root -g ssl-cert -m 664 /dev/null /usr/share/slapd/dh.pem && \ chown openldap /etc/ldap/ldap.conf && \ install -o openldap -g root -m 644 /dev/null /etc/ldap/ldap.conf && \ install -d -o openldap -g openldap /run/slapd && \ install -d -o openldap -g openldap /var/backups/ldap && \ install -d -o openldap -g openldap /var/lib/ldap && \ Loading
slapd/entrypoint +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ cat >> /etc/ldap/ldap.conf <<EOF URI ldapi:/// SASL_MECH EXTERNAL BASE $BASE_DN TLS_CACERT /etc/ssl/certs/ca-certificates.crt EOF # Unset the root password hash. Loading