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