Skip to content

Releases: simplesamlphp/simplesamlphp-module-ldap

v2.0.0

04 Jun 10:08
Compare
Choose a tag to compare

Rewrite of the entire module based on symfony/ldap.
See upgrade notes for some backward incompatibilities.

v1.2.0

17 Mar 09:45
f445fa1
Compare
Choose a tag to compare
  • Classes have been renamed to comply with PSR-4 specifications.

You have to update your config files as follows:
ldap:LDAP becomes ldap:Ldap
ldap:LDAPMulti becomes ldap:LdapMulti

  • Typehints have been added all over the place, including our public API. If you're extending from classes in this module you will have to update your extending classes accordingly

v0.9.3

20 Nov 08:45
e783f9e
Compare
Choose a tag to compare

Suggest the installation of the ext-ldap PHP extension.

v0.9.2

20 Nov 08:45
Compare
Choose a tag to compare

Stop requiring the ext-ldap PHP extension.

v0.9.1

13 Jul 12:12
Compare
Choose a tag to compare

Treat objectSid as binary attribute

v0.9.0

03 Jun 20:53
Compare
Choose a tag to compare

Based on v1.1.2 minus BC-breaking Webmozart-assertions

v1.1.2

10 May 15:35
7f410c6
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release
  • Fix a PHPdoc
  • Add ext-ldap as a requirement for composer

v1.1.1

25 Mar 21:03
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

The BC class alias that was introduced in the previous release appeared to be broken.

v1.1.0

25 Mar 19:23
6db492d
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release
  • Moved lib/SimpleSAML/Auth/LDAP.php from base repo to module repo
  • Moved testcases from base repo to module repo
  • Renamed LDAP-class to Ldap to comply with PSR-1 (old name exists as an alias)
  • Fixed another batch of issues detected by Psalm

v1.0.0

14 Mar 16:34
f9b9e4c
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Initial import from base repo