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

Releases: Adldap2/Adldap2-Laravel

v3.0.5

18 Jul 21:36
Compare
Choose a tag to compare

Fixed

  • Re-published v3.0.5 with correct commits
  • adldap:import will now import users automatically when running with --no-interaction flag

v3.0.4

14 Mar 21:04
Compare
Choose a tag to compare

Fixed

  • adldap:import command not locating existing users f045705

Changed

  • Local createModel() method now called in DatabaseUserProvider e809926

v3.0.3

14 Mar 14:12
Compare
Choose a tag to compare

Merged

  • #271 (setLdapUser() method not accepting null values)

Changed

  • Small doc changes and fixes.

v3.0.2

06 Mar 16:14
Compare
Choose a tag to compare

Changed:

  • Fixed security flaw: #263 (only relevant to login_fallback users)

v3.0.1

16 Feb 15:24
Compare
Choose a tag to compare

Changed:

Removed:

  • Default configuration values for account_suffix and admin_account_suffix

v3.0.0

13 Feb 16:59
Compare
Choose a tag to compare

v2.1.3

05 Oct 19:43
Compare
Choose a tag to compare
  • Fixed #181 (Soft deleted users will now be rejected upon authentication)
  • Added new event Adldap\Laravel\Events\AuthenticatedModelTrashed, which is fired when a user successfully authenticates to the LDAP server, but is rejected due to their model being soft-deleted
  • Added progress bar to adldap:import command
  • Users with disabled active directory accounts will have their eloquent models soft-deleted (if supported) during the adldap:import command
  • Added findOrCreateModelFromAdldap(\Adldap\Models\User $user) to the ImportsUsers trait, which locates or creates new eloquent models from their LDAP model
  • Small code doc tweaks

v2.1.2

19 Sep 15:53
Compare
Choose a tag to compare
  • RefactoredImportCommand
  • Tweaked and added more docs

v2.1.1

11 Aug 15:27
Compare
Choose a tag to compare
  • Added missing windows auth configuration option
  • Small test tweaks

v2.1.0

28 Jul 17:45
Compare
Choose a tag to compare
  • Added new timeout configuration option
  • Updated dependency of adldap2 to v6.1 (changes here)