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:
parent
15a5519602
commit
bfad152647
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue