Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@stojg stojg released this 08 Apr 00:51
· 77 commits to master since this release

LDAP functionality that modifies user data (i.e. password reset) will require
binding credentials with LDAP write access.

  • SAML defaults to the SHA-256 hash signature hash
  • An issue was fixed where absolute paths couldn't be used for certificates and
    keys in YAML configuration.
  • Better LDAP group syncing that isn't as likely to crash and leave the database
    in an unknown state.
  • Removes LDAP group mappings when a security group is deleted
  • Minor UI changes for the login form
  • Moved the AD fields in the CMS to a separate tab and made them read-only.
  • Member "last synced" time is now showing the correct date and time.
  • Adding a script to rotate LDAP binding credentials for system administrators
  • Samba has been confirmed to work
  • Automatic syncing of LDAP groups and users via the LDAPAllSyncJob build task
  • Users can now reset their AD password via the "I've lost my password" on the
    login form.
  • Updated documentation

The source code is now following the SilverStripe supported modules standard.

If you are upgrading from earlier versions see migration documentation.