From 122b31e90ce815195529cf48141406842fea6758 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Sun, 7 Feb 2021 13:18:19 +0100 Subject: [PATCH] [CAS] Change to new LDAP IP --- django-cas-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-cas-server/Dockerfile b/django-cas-server/Dockerfile index 04052cb..db08e05 100644 --- a/django-cas-server/Dockerfile +++ b/django-cas-server/Dockerfile @@ -5,7 +5,7 @@ ENV DJANGO_DB_NAME=cas ENV DJANGO_DB_HOST=postgres ENV DJANGO_DB_USER=cas ENV DJANGO_HOST=cas.auro.re -ENV DJANGO_CAS_LDAP_SERVER=10.128.0.11 +ENV DJANGO_CAS_LDAP_SERVER=10.128.0.21 ENV DJANGO_CAS_LDAP_USER=cn=cas,ou=service-users,dc=auro,dc=re ENV DJANGO_CAS_LDAP_BASE_DN=cn=Utilisateurs,dc=auro,dc=re