This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Releases: DerManoMann/ldap-auth-service-provider
Releases · DerManoMann/ldap-auth-service-provider
v1.3.0: Merge pull request #20 from DerManoMann/sf31
- decouple username used for auth bind from security token username; default is now the LDAP DN attribute
- fix merging of user attribute mapping
- handle LDAP attribute values that are not arrays
- Update composer.json to allow Symfony 3.1
v1.2.2: Merge pull request #13 from DerManoMann/psr_logger
- Fix LdapException handling
- Add Psr\Log dependency
- Cleanup logger handling
There is a slight BC issue here in that the logger is not automatically taken from $app any more. Instead it needs to be passed into the service constructor.
v1.2.1: Merge pull request #9 from DerManoMann/host_list
- Add new hosts option to provide a fallback in case a server is unavailable
Silex 1.x support
- basic Silex 1.x support added via separate service provider class
- some bug fixes
Options refactoring
- moved all service related options into the 'security.ldap.[serviceName].' space
- added preconfigured user provider that can be used in the firewall configuration
Initial release.
This service provider allows to configure multiple Ldap based firewalls using form, http or custom entry points (listener).
It includes Ldap authentication and a customizable Ldap UserProvider.