From ea507596d1bd689961d5b21da8e2e8f432485044 Mon Sep 17 00:00:00 2001
From: Romain Maliach-Auguste <romain.maliach-auguste@etu.utc.fr>
Date: Mon, 1 Oct 2018 15:54:22 +0200
Subject: [PATCH] typo in LDAP_POSTFIX_SEARCH_BASE

---
 pica-mail-mta/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pica-mail-mta/Dockerfile b/pica-mail-mta/Dockerfile
index 9ea7563d..ca93e256 100644
--- a/pica-mail-mta/Dockerfile
+++ b/pica-mail-mta/Dockerfile
@@ -16,7 +16,7 @@ ENV RELAY_DOMAINS picasoft.net
 #serveur LDAP
 ENV LDAP_SERVER ldap.test.picasoft.net
 #postfix: search_base pour l'existence d'adresses @picasoft.net
-ENV LDAP_POSTFIX_SEARCH_BASE dc=picasoft, dc=net
+ENV LDAP_POSTFIX_SEARCH_BASE dc=picasoft,dc=net
 
 #installation de postfix
 RUN apt-get update -y \
-- 
GitLab