Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Releases: DerManoMann/ldap-auth-service-provider

v1.3.0: Merge pull request #20 from DerManoMann/sf31

29 Sep 23:11
Compare
Choose a tag to compare
  • 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

22 Feb 03:12
Compare
Choose a tag to compare
  • 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

05 Feb 01:41
Compare
Choose a tag to compare
  • Add new hosts option to provide a fallback in case a server is unavailable

Silex 1.x support

27 Jan 23:02
Compare
Choose a tag to compare
  • basic Silex 1.x support added via separate service provider class
  • some bug fixes

Options refactoring

05 Jun 04:11
Compare
Choose a tag to compare
  • 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.

30 May 09:43
Compare
Choose a tag to compare

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.