Skip to content

Releases: DirectoryTree/LdapRecord-Laravel

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

v1.2.0

13 Apr 21:12
eb794e9
Compare
Choose a tag to compare

Fixed

  • Extend EscapedValue for use in Directory Emulator queries - 644f5a2

Added

  • LdapImporter::newEloquentQuery method for easy overrides - 74bc939

Changed

  • Require ^v1.3 of LdapRecord - d2baadf

v1.1.0

06 Apr 15:01
Compare
Choose a tag to compare

Fixed

  • Determine if the user is authenticated in any guard prior to lookup in the LDAP directory - e3d6d93

Changed

  • Authenticated event is now properly fired after a user passes LDAP authentication - 1c55389

Added

v1.0.9

24 Mar 14:29
Compare
Choose a tag to compare

Fixed

  • Don't attempt to login users on every request using the WindowsAuthenticate middleware - 1a2f333

v1.0.8

23 Mar 17:22
Compare
Choose a tag to compare

Fixed

v1.0.7

20 Mar 02:51
Compare
Choose a tag to compare

Added

v1.0.6

05 Mar 21:17
Compare
Choose a tag to compare

Fixed

  • Only bypass 'Invalid credentials' LDAP bind errors that contain the 52e diagnostic code - 5ef0f62 - #80

Added

  • Ability to override the LoginController LDAP bind error response - 5ef0f62 - #80

v1.0.5

05 Mar 01:06
Compare
Choose a tag to compare

Fixed

  • Illuminate\Log\LogManager will now no longer throw exceptions when running tests using the Directory Emulator - c8e8fb5 - #77