This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
Releases: Adldap2/Adldap2-Laravel
Releases · Adldap2/Adldap2-Laravel
v4.0.5
v3.0.9
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Added
- Package auto-discovery - bc39a67
- Configurable logging - 8cbcaf3, 7e610f5, 7fe2d34, d37b67c, 244e809, 29c360d, c24c7f5
UidScope
forOpenLDAP
users - e6a6bb1MemberOfScope
forOpenLDAP
users - e6f062e- Implemented return type declarations - 94c705c, 292aef3
- Import tests - cad6c13
ValidatesUsers
trait - 0066a5a
Fixed
- Import command can now be successfully ran with
--no-interaction
flag - b292b4a - Retrieve alternate username attribute depending on the provider 17b4444
- Make sure passwords aren't set upon every login - aa12405
- Return
false
on 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_ssl
anduse_tls
now default toenv
- abf3d00, 27aae7apassword_sync
renamed topasswords
(with more configuration options) - abf3d00- Removed
Importer
andImporterInterface
in favor of dispatch-able command - 82f6df8 - Removed traits
UsesAdldap
,DispatchesAuthEvents
- 0066a5a - Moved resolver into separate namespace 3cb507d
- Password sync is now
false
by default - 7ffc437 - Providers now use the
Resolver
facade - 172012c, 3d43cb2 - Reworked
WindowsAuthenticate
middleware - 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 UserResolver
is now constructed with anAdldapInterface
instance, instead of theProviderInterface
instance - c932497- Use
dn
as the LDAP auth attribute c5a3605, 5ea3e4a
v3.0.8
v3.0.7
v3.0.6
Fixed
- Authentication attempts will now be rejected if LDAP authentication fails, rather than falling back (if fallback is enabled)