This repository was archived by the owner on Jul 24, 2023. It is now read-only.
v4.0.0
Added
- Package auto-discovery - bc39a67
- Configurable logging - 8cbcaf3, 7e610f5, 7fe2d34, d37b67c, 244e809, 29c360d, c24c7f5
UidScopeforOpenLDAPusers - e6a6bb1MemberOfScopeforOpenLDAPusers - e6f062e- Implemented return type declarations - 94c705c, 292aef3
- Import tests - cad6c13
ValidatesUserstrait - 0066a5a
Fixed
- Import command can now be successfully ran with
--no-interactionflag - b292b4a - Retrieve alternate username attribute depending on the provider 17b4444
- Make sure passwords aren't set upon every login - aa12405
- Return
falseon authentication failure - d3a29ed
Changed
- Require PHP
7.0- fbd080a - Use Adldap2
v8.0.*- da2887c WindowsAuthenticate'd users will now be remembered by default - 6c7a671auto_connect,use_sslanduse_tlsnow default toenv- abf3d00, 27aae7apassword_syncrenamed topasswords(with more configuration options) - abf3d00- Removed
ImporterandImporterInterfacein favor of dispatch-able command - 82f6df8 - Removed traits
UsesAdldap,DispatchesAuthEvents- 0066a5a - Moved resolver into separate namespace 3cb507d
- Password sync is now
falseby default - 7ffc437 - Providers now use the
Resolverfacade - 172012c, 3d43cb2 - Reworked
WindowsAuthenticatemiddleware - 465bbc5 - Resolve users by their GUID and not SID - ff9ca96
- Catch bind exceptions and log them - e033460
- Removed methods
newUserProvider(),newUserResolver(),ldapProvider(),userProvider(),connection()inAdldapAuthServiceProvider- 8017039 - Renamed methods
getLdapUsername(),getLdapAuthUsername()andgetEloquentUsername()inUserResolver- dca401c UserResolveris now constructed with anAdldapInterfaceinstance, instead of theProviderInterfaceinstance - c932497- Use
dnas the LDAP auth attribute c5a3605, 5ea3e4a