Releases: DirectoryTree/LdapRecord-Laravel
Releases · DirectoryTree/LdapRecord-Laravel
v2.5.3
v2.5.2
Added
- PHP 8.1 support - d3b7c46...2b90e86 - #371
v2.5.1
v2.5.0
Added
- Ability to import LDAP users by chunk, preventing out-of-memory issues
v2.4.0
v2.3.3
v2.3.2
Fixed
- Properly emulate deleting LDAP attributes with the Directory Emulator - 06244ce - DirectoryTree/LdapRecord#291
Changed
- (Internal) Use StyleCI for managing unified code style
v2.3.1
Added
- Ability to set a fallback callback or class to resolve users with if the
WindowsAuthenticate
query fails usingWindowsAuthenticate::fallback($callback)
v2.3.0
Fixed
- Exceptions that occur during the user query while authenticating users with the
WindowsAuthenticate
middleware are now caught by default- This is labelled as a bug fix, since LDAP queries during form based authentication are already being caught
- To prevent catching exceptions, call
LdapRecord\Laravel\LdapRecord::failLoudly()
- 692965c - #277 - Exceptions that are caught will still be reported to the log via the
report($e)
Laravel helper
Added
- Compatibility with Laravel Sanctum - 42ba7b4, 0a00b42 - #263
- Ability to extend and override all of LdapRecord's core classes and features - 7bdc912, 0b439c5 - #277
- Ability to override
WindowsAuthenticate
SSO domain verification and extraction - 0476b48...1a35553 - #276 - Control over catching exceptions during user authentication queries has been unified
- This allows failures to occur silently, without blowing up your application if your LDAP server is down
- To prevent catching these query exceptions, call
LdapRecord\Laravel\LdapRecord::failLoudly()
- Exceptions that are caught will still be reported to the log via the
report($e)
Laravel helper