Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@Daynnnnn Daynnnnn released this 19 Sep 09:04
· 6 commits to main since this release
4760acf

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