Updated to Debian Jessie

This commit is contained in:
Christian Luginbühl 2015-06-03 00:10:21 +02:00
parent bd213c1c78
commit 2dcde28f99
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,8 @@
FROM debian:wheezy
FROM debian:jessie
MAINTAINER Christian Luginbühl <dinke@pimprecords.com>
ENV OPENLDAP_VERSION 2.4.31
ENV OPENLDAP_VERSION 2.4.40
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \

View file

@ -79,6 +79,8 @@ EOF
slapadd -n0 -F /etc/ldap/slapd.d -l "/etc/ldap/modules/${module}.ldif" >/dev/null 2>&1
done
fi
chown -R openldap:openldap /etc/ldap/slapd.d/
else
slapd_configs_in_env=`env | grep 'SLAPD_'`