1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 13:23:09 +00:00

Add second ldap image without demo data (#150)

* have a separate ldap container for demo data
* add question to setup.sh about demo users
* make ldap container switchable
* piggyback small fixup for search failing when starting directly after kopano-server

fixes #53
This commit is contained in:
Felix Bartels
2019-05-09 09:22:33 +02:00
committed by GitHub
parent 39fc0a90df
commit 124eb25513
9 changed files with 34 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM osixia/openldap:1.2.4
COPY bootstrap /container/service/slapd/assets/config/bootstrap
RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema
RUN touch /etc/ldap/slapd.conf