1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Use the new Ldap symfony component

This commit is contained in:
Salamandar 2024-06-11 12:20:10 +02:00
parent 15a5519602
commit bfad152647

View file

@ -47,8 +47,11 @@ index 270e79d9..efdd34d5 100644
- { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin }
+ yunohost.ldap:
+ class: Symfony\Component\Ldap\LdapClient
+ arguments: ["localhost"]
+ class: Symfony\Component\Ldap\Ldap
+ arguments: ['@Symfony\Component\Ldap\Adapter\ExtLdap\Adapter']
+ Symfony\Component\Ldap\Adapter\ExtLdap\Adapter:
+ arguments:
+ - host: localhost
+
craue_config_cache_provider:
class: Symfony\Component\Cache\Adapter\FilesystemAdapter