From d3457249adbcffc57fdf7874615021c235bf7a10 Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <christian.elberfeld@adesso.de>
Date: Thu, 30 Jan 2020 03:09:15 +0100
Subject: [PATCH] replication=false entfernt

---
 common/docker_ldap/templates/docker-compose.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/docker_ldap/templates/docker-compose.yml b/common/docker_ldap/templates/docker-compose.yml
index 41c68b15..e9b96d23 100644
--- a/common/docker_ldap/templates/docker-compose.yml
+++ b/common/docker_ldap/templates/docker-compose.yml
@@ -29,7 +29,6 @@ services:
       - LDAP_READONLY_USER_USERNAME=readonly
       - LDAP_READONLY_USER_PASSWORD={{ ldap_readonly_pass }}
       - LDAP_TLS_VERIFY_CLIENT=never
-      - LDAP_REPLICATION=false
       - LDAP_REPLICATION=true
       - LDAP_REPLICATION_HOSTS=#PYTHON2BASH:['ldap://webserver-sync','ldap://warpsrvint-sync','ldap://verwaltung-sync']
 
-- 
GitLab