From 153e89f4c4689eee9901f4f8cd32011470d38fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=BCnther?= Date: Fri, 4 Jan 2019 12:38:08 +0100 Subject: [PATCH] fix self-service binddn access config; use fixed container version for ssp --- docker-compose.yml-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml-example b/docker-compose.yml-example index 4c00144..9ce387e 100644 --- a/docker-compose.yml-example +++ b/docker-compose.yml-example @@ -51,7 +51,7 @@ services: - web-net password-self-service: - image: tiredofit/self-service-password + image: tiredofit/self-service-password:2.8 container_name: password-self-service domainname: ${LDAP_DOMAIN} depends_on: @@ -59,7 +59,7 @@ services: - mail environment: - LDAP_SERVER=ldap://ldap:389 - - LDAP_BINDDN=cn=admin,dc=kopano,dc=demo + - LDAP_BINDDN=cn=admin,${LDAP_BASE_DN} - LDAP_BINDPASS=${LDAP_ADMIN_PASSWORD} - LDAP_BASE_SEARCH=${LDAP_BASE_DN} - MAIL_FROM=noreply@${LDAP_DOMAIN}