fix LDAP install for systems without ldap extension (#846)

This commit is contained in:
Kevin Papst
2019-06-11 01:25:49 +02:00
committed by GitHub
parent 0c0e9c2f71
commit 833968a87d
23 changed files with 82 additions and 326 deletions

View File

@@ -5,7 +5,7 @@ security:
providers:
chain_provider:
chain:
providers: [fos_userbundle, kimai_ldap]
providers: [fos_userbundle]
kimai_ldap:
id: App\Ldap\LdapUserProvider
fos_userbundle:
@@ -31,9 +31,6 @@ security:
lifetime: 604800
path: /
# activate the LdapAuthenticationProvider
kimai_ldap: ~
# activate all configured user provider
provider: chain_provider