Skip to content

Releases: DirectoryTree/LdapRecord-Laravel

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

v1.0.4

05 Mar 00:12
Compare
Choose a tag to compare

Fixed

  • Cache store is now properly set on connections - 3d9f911 - #78

v1.0.3

03 Mar 15:31
Compare
Choose a tag to compare

Added

v1.0.2

01 Mar 20:00
45608d6
Compare
Choose a tag to compare

Fixed