From 91a48ba3bddf45bb8d884ab7ec2a8f6b615377f1 Mon Sep 17 00:00:00 2001 From: Simon Mellerin Date: Thu, 26 Nov 2020 19:15:40 +0100 Subject: [PATCH] Fix ldap patch --- sources/patches/app-00-ldap-auth.patch | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/sources/patches/app-00-ldap-auth.patch b/sources/patches/app-00-ldap-auth.patch index aec9d04..98f1b47 100644 --- a/sources/patches/app-00-ldap-auth.patch +++ b/sources/patches/app-00-ldap-auth.patch @@ -1,5 +1,5 @@ diff --git a/config/packages/security.yaml b/config/packages/security.yaml -index 9ce714b..eb38efd 100644 +index 15ef608..aa9425b 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -20,6 +20,10 @@ security: @@ -11,19 +11,16 @@ index 9ce714b..eb38efd 100644 + service: yunohost.ldap + dn_string: "uid={email},ou=users,dc=yunohost,dc=org" logout: - path: app_logout - target: app_login + path: security.logout + target: security.login diff --git a/config/services.yaml b/config/services.yaml -index bd2a89b..af2f525 100644 +index 533c244..0d15678 100644 --- a/config/services.yaml +++ b/config/services.yaml -@@ -22,4 +22,13 @@ services: +@@ -70,3 +70,12 @@ services: - App\Twig\: - resource: '../src/Twig' -- tags: ['twig.extension', 'container.hot_path'] -\ No newline at end of file -+ tags: ['twig.extension', 'container.hot_path'] + Aeneria\EnedisDataConnectApi\Service\DataConnectServiceInterface: + alias: Aeneria\EnedisDataConnectApi\Service\DataConnectService + + yunohost.ldap: + class: Symfony\Component\Ldap\Ldap