Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Releases: Adldap2/Adldap2-Laravel

v2.0.17

21 Jul 17:13
Compare
Choose a tag to compare
Update import command with new option

- Added `--filter` option to be able to specify a filter inside the
import command
- Use `paginate()` to retrieve all users in case results are over 1000.

This commit is thanks to @sloan58

v2.0.16

18 Jul 13:21
Compare
Choose a tag to compare
Check if a model instance was given

v2.0.15

11 Jul 14:51
Compare
Choose a tag to compare
  • Added more information to the adldap:import command
  • Added ability to perform logic on discovered LDAP users before authentication

v2.0.14

06 Jul 12:45
Compare
Choose a tag to compare
  • Don't use the Schema object for setting schemas.

v2.0.13

04 Jul 13:48
Compare
Choose a tag to compare
  • Added ImportUsers command.

v2.0.12

25 Jun 15:58
Compare
Choose a tag to compare
  • Closed #123.
  • Added another test.

v2.0.11

02 Jun 17:09
Compare
Choose a tag to compare
  • Set the schema using the schema object rather than injecting it into the Provider.

v2.0.10

22 May 04:27
Compare
Choose a tag to compare
  • Fixed #108.
  • Tons of AdldapAuthUserServiceProvider re-factoring.
  • Completely re-worked tests.

v2.0.9

18 May 16:06
Compare
Choose a tag to compare
  • Added more service provider methods for extensibility.

v2.0.8

13 May 14:42
Compare
Choose a tag to compare
  • Added password sync configuration option. #99
  • Added password sync tests.