Skip to content

Releases: BlackbitDigitalCommerce/pimcore-ldap-bundle

v1.5.3: fixed compability with pimcore v11 and symfony v6.3+

25 Jan 09:06
Compare
Choose a tag to compare

v1.5.0: Symfony 5 / Pimcore 10 compatibility

14 Jun 06:18
52b0d83
Compare
Choose a tag to compare

v1.4.2: Make search_dn / search_password optional

07 Jul 19:26
Compare
Choose a tag to compare

The documentation already stated that the parameters search_dn and search_password were optional but in fact they were not because an exception was thrown when the initial LDAP binding (using search_dn / search_password) did not work. This release uses user's input credentials for LDAP binding if binding with search_dn / search_password did not work (or these have not been set) making a global LDAP user which can access all credentials not necessary anymore.

v1.4.1: use default Pimcore login if LDAP is not accessible currently (do not…

30 Jun 12:27
Compare
Choose a tag to compare

use default Pimcore login if LDAP is not accessible currently (do not throw an exception)

1.4

17 Feb 07:55
f184dbc
Compare
Choose a tag to compare
1.4
  • Add CI #8
  • Add CS Fixer #9
  • Add stale bot #10
  • Exclude users by path only if user already exists #11

Thanks @BlackbitNeueMedien for the contribution!

1.3

19 Aug 12:10
2e023f2
Compare
Choose a tag to compare
1.3
  • Add array_unique when setRoles #4

Thanks @Se7en-IT for the contribution!

1.2

18 Dec 13:34
Compare
Choose a tag to compare
1.2
  • Fix issue with Pimcore's "Login as this user in a different browser" functionality #3
  • Unit tests
  • Improved logging

Thanks @markus-moser for the contribution!

1.1

11 Jul 13:05
680e0f0
Compare
Choose a tag to compare
1.1
  • Exclude users by their path / user_paths #1

Thanks @ckogler-elements for the contribution!

1.0

21 Mar 08:14
83ac7dd
Compare
Choose a tag to compare
1.0

First release