Releases: BlackbitDigitalCommerce/pimcore-ldap-bundle
Releases · BlackbitDigitalCommerce/pimcore-ldap-bundle
v1.5.3: fixed compability with pimcore v11 and symfony v6.3+
removed deprecated method "exclude"
Full Changelog: v1.5.2...v1.5.3
v1.5.0: Symfony 5 / Pimcore 10 compatibility
Symfony 5 compatibility
v1.4.2: Make search_dn / search_password optional
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 throw an exception)