Skip to content

Releases: DirectoryTree/LdapRecord-Laravel

v1.7.1

08 Sep 18:22
Compare
Choose a tag to compare

Fixed

  • Attribute casing issues when using the DirectoryEmulator - #187 - 5642446

Added

v1.7.0

21 Jul 04:28
Compare
Choose a tag to compare

Fixed

  • Arithmetic bug when no users were found for import displaying no count

Changed

  • SSO users will now no longer be "remembered" by default using the WindowsAuthenticate middleware

Added

  • Ability to restrict attributes returned when importing users with the ldap:import command using the --attributes flag to lower memory usage of large imports
  • Ability to force logout SSO users whose sessions remained active after account
  • Ability to specify LDAP guards to use for the WindowsAuthenticate middleware

v1.6.2

24 Jun 14:22
Compare
Choose a tag to compare

Fixed

v1.6.1

10 Jun 13:56
6b3f6ed
Compare
Choose a tag to compare

Fixed

v1.6.0

10 Jun 00:38
0be6ba3
Compare
Choose a tag to compare

Added

v1.5.0

01 Jun 17:10
668f18e
Compare
Choose a tag to compare

Added

v1.4.0

25 May 16:30
Compare
Choose a tag to compare

Added

  • Emulated queries and operations can now be performed on LdapRecord Connection's - 88590de

Changed

Fixed

  • Properly retrieve the currently authenticated users guard when using MultiDomainAuthentication - 9a60cce

v1.3.2

06 May 14:09
e380d11
Compare
Choose a tag to compare

Changed

  • Log messages during import have been made more generic - a014e0c - #131

v1.3.1

22 Apr 19:41
ba06574
Compare
Choose a tag to compare

Fixed

  • Throw an exception when attempting to import LDAP objects that do not contain a GUID. This is necessary to prevent possible destructive database user updates - ce2765d - #127

v1.3.0

20 Apr 16:25
Compare
Choose a tag to compare

Added