Install
Works with Drupal: ^9.3 || ^10 || ^11 || ^12Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
303.97 KB
MD5: ae2f61788c0046e61a888d5692a16cce
SHA-1: 8d00fd9039706babba9a01562838f61d98b7ab62
SHA-256: f456a18d9268aec44af238122b6c7d1ff3d0dbc17d4ac1186d68cf6fdc19e7b1
Download zip
414.42 KB
MD5: d55cb6079b8e23374818cabf1b6b4328
SHA-1: 6215b0f5a8427a36a78678a3675e737b4c537e89
SHA-256: e0e88acc2154da5e0a8de3005b11fa38349c17a99b1df7a6f27fbe684748ec6d
Release notes
The LDAP module's underlying architecture used to do everything from scratch and talk directly to the LDAP extension to transform its data. This is not ideal due to duplication of work with other low-level PHP LDAP libraries as well as being difficult to maintain and being testable.
The symfony/ldap component is the logical solution for Drupal's LDAP module and this branch first introduces it. This branch shall quickly replace the 3.x branch, as soon as all legacy code is ported and removed and no major regressions to the fairly stable 3.x series are known.