DerManoMann / ldap-auth-service-provider

A Silex Ldap authentication service provider
MIT License
5 stars 2 forks source link

LdapUserProvider can only be used if the ldap resource is set before boot() #1

Closed DerManoMann closed 9 years ago

DerManoMann commented 9 years ago

Due to the order of processing in the security service provider the ldap resource is set up too late for the user provider. Suggested solution: Move all configuration into security.ldap.[serviceName] and provide before boot().