Skip to content

Releases: simplesamlphp/simplesamlphp-module-ldap

v2.0.0

Choose a tag to compare

@tvdijen tvdijen released this 04 Jun 10:08

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

v1.2.0

Choose a tag to compare

@tvdijen tvdijen released this 17 Mar 09:45
f445fa1
  • 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

Choose a tag to compare

@jaimeperez jaimeperez released this 20 Nov 08:45
e783f9e

Suggest the installation of the ext-ldap PHP extension.

v0.9.2

Choose a tag to compare

@jaimeperez jaimeperez released this 20 Nov 08:45

Stop requiring the ext-ldap PHP extension.

v0.9.1

Choose a tag to compare

@tvdijen tvdijen released this 13 Jul 12:12

Treat objectSid as binary attribute

v0.9.0

Choose a tag to compare

@tvdijen tvdijen released this 03 Jun 20:53

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

v1.1.2

v1.1.2 Pre-release
Pre-release

Choose a tag to compare

@tvdijen tvdijen released this 10 May 15:35
7f410c6
  • Fix a PHPdoc
  • Add ext-ldap as a requirement for composer

v1.1.1

v1.1.1 Pre-release
Pre-release

Choose a tag to compare

@tvdijen tvdijen released this 25 Mar 21:03

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

v1.1.0

v1.1.0 Pre-release
Pre-release

Choose a tag to compare

@tvdijen tvdijen released this 25 Mar 19:23
6db492d
  • 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

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@tvdijen tvdijen released this 14 Mar 16:34
f9b9e4c

Initial import from base repo