From 370e8dc871650a1c1a35609c1eae9dc1cd309b85 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 1 Nov 2019 11:58:14 +0100 Subject: [PATCH] Quotes are evil --- codimd/example.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codimd/example.env b/codimd/example.env index af1cfb3..f6c8eee 100644 --- a/codimd/example.env +++ b/codimd/example.env @@ -1,6 +1,6 @@ DOMAIN=codimd.auro.re LDAP_URL=ldap://10.128.0.11 -LDAP_BINDDN="cn=codimd,ou=service-users,dc=auro,dc=re" -LDAP_BINDCREDENTIALS="Change me" -LDAP_SEARCHBASE="cn=Utilisateurs,dc=auro,dc=re" -LDAP_PROVIDERNAME="Aurore" +LDAP_BINDDN=cn=codimd,ou=service-users,dc=auro,dc=re +LDAP_BINDCREDENTIALS=Change me +LDAP_SEARCHBASE=cn=Utilisateurs,dc=auro,dc=re +LDAP_PROVIDERNAME=Aurore