Releases: DirectoryTree/LdapRecord-Laravel
Releases · DirectoryTree/LdapRecord-Laravel
v1.7.4
v1.7.3
v1.7.2
Added
- Laravel Jetstream support for displaying LDAP error messages - 6a1ea07...35e0737
v1.7.1
v1.7.0
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
Fixed
- Ignore
fallback
credentials when searching for a user viaLdapUserRepository
- 070c8fc - #173 - Thanks to @Pluiesurlavitre
v1.6.1
Fixed
- Database fallback can now be used properly - #168 - 7c3a450
- Please read the updated documentation
v1.6.0
Added
- Ability to fallback to Eloquent authentication when LDAP connectivity fails, or a user cannot be located in the LDAP directory