Improvments
For LDAP, you can now provide your own query, which means you can allow specific groups access to Statamic.
Breaking Changes
This release moves the LDAP provider away from AdLdap2, and to LdapRecord. This is due to the deprecation of AdLdap2.
Upgrade Steps
Remove AdLdap2
composer remove adldap2/adldap2
Install LdapRecord
composer require directorytree/ldaprecord
Add the new values to your config:
- port
- queryCallback
https://github.com/Daynnnnn/statamic-forward-auth/blob/main/config/forward-authentication.php