From a56ce5132af32dfb8cac4cac0dfe3aff85142bbd Mon Sep 17 00:00:00 2001 From: otthorn Date: Mon, 8 Mar 2021 02:03:17 +0100 Subject: [PATCH] [hedgedoc] Use LDAP replicat at OVH --- codimd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codimd/Dockerfile b/codimd/Dockerfile index 4a1dcd5..1a73f81 100644 --- a/codimd/Dockerfile +++ b/codimd/Dockerfile @@ -8,7 +8,7 @@ ENV CMD_PROTOCOL_USESSL=true ENV CMD_DOMAIN=codimd.auro.re ENV CMD_ALLOW_ORIGIN=['codimd.auro.re','hedgedoc.auro.re'] ENV CMD_ALLOW_FREEURL=true -ENV CMD_LDAP_URL=ldap://10.128.0.21 +ENV CMD_LDAP_URL=ldap://10.128.0.149 ENV CMD_LDAP_BINDDN=cn=codimd,ou=service-users,dc=auro,dc=re ENV CMD_LDAP_SEARCHBASE=cn=Utilisateurs,dc=auro,dc=re ENV CMD_LDAP_SEARCHFILTER=(uid={{username}})