Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Releases: Adldap2/Adldap2-Laravel

v5.1.1

08 Jan 15:39
Compare
Choose a tag to compare

Fixed

  • Models will no longer be duplicated with alternate casings in usernames - 0aa6f33, 293721c - #579

v5.1.0

31 Dec 16:48
Compare
Choose a tag to compare

Added

  • model configuration option to allow the use of other default auth drivers and also import users using the adldap:import command - 2e9e87f - #645

Changed

  • adldap:import will now retrieve the model to use for importing by using the new model configuration option or via the first authentication provider using the ldap driver. This does not break backwards-compatibility - 9c58cb3 - #645

v5.0.2

22 Nov 15:31
Compare
Choose a tag to compare

Fixed

  • Use Hash::make() instead of bcrypt() to support new Argon2 algorithm - 40a2119 - #635, #627
  • Allow extending the DatabaseUserProvider - d0640ad - #631

v5.0.1

16 Nov 14:07
Compare
Choose a tag to compare

Fixed

  • Binding LDAP models to User models now works properly with a "remember me" token - ed2694d - #581
  • string sync attributes are now always treated as LDAP fields and will return null when empty - 358446d - #620

Added

  • More documentation and clarifications to the upgrade guide

v5.0.0

04 Nov 22:59
Compare
Choose a tag to compare

Changelog coming soon! Please read the update guide in the interim.

v4.0.10

18 Sep 15:20
a5196cc
Compare
Choose a tag to compare

Fixed

  • Properly retrieve account prefix and suffix for logging - #584 - a5196cc

v4.0.9

12 Sep 15:20
Compare
Choose a tag to compare

Fixed

  • Hash::check() causing exception in Laravel 5.7 - eeee47d - #586

v4.0.8

11 Sep 17:36
Compare
Choose a tag to compare

Fixed

  • Properly check if the given field is an attribute handler - de5f6ad - #560
  • Check the actual instance of the configured auth provider rather than checking its class name - 7daa878 - #575

v4.0.7

17 Feb 00:56
Compare
Choose a tag to compare

Fixed

  • UserResolver now utilizes the current authentication provider correctly - #279 - cc16faf

v4.0.6

31 Jan 22:04
Compare
Choose a tag to compare

Added

  • Check if the current Auth provider is Adldap before trying to bind user models - (488245e) - #463

Fixed

  • Allow developers to use distinguished name short name (dn) inside their usernames.ldap.authenticate configuration option - (425984c)