Skip to content

Releases: SaschaDens/ldap-connector

V4.0.1

16 Apr 15:57
Compare
Choose a tag to compare

Laravel 5.2.x support

01 Mar 18:04
Compare
Choose a tag to compare

This release contains:

  • Laravel 5.2.x support
  • Upgrade of adLDAP2 version
  • Directly exposing all fields adLDAP2 provides with Auth::user()->getAdLDAP()

Retrieve more user information

24 Dec 15:34
Compare
Choose a tag to compare

The model returns more user information when user is authenticated.

Refactor of plugin

02 Aug 17:51
Compare
Choose a tag to compare

Due to some issues I've refactored the current code for the Ldap-connector

Added functionalities

  • publish ldap.php config with php artisan vendor:publish
  • Fixed session persistance when admin_username and admin_password are configured in ldap.php

Code changes

  • created adapter for ldap library for flexibility

Maintaining session information

26 Feb 16:56
Compare
Choose a tag to compare
Merge pull request #12 from JacksWastedLife/patch-1

Implemented retrieveById() this will fix #11

Package improvement

22 Feb 12:50
Compare
Choose a tag to compare

Changelog:

  • Bugfix for adminstrator settings.
  • Possibile to get more user information specified in LDAP

Support for Laravel 5.0

06 Feb 06:07
Compare
Choose a tag to compare

Ldap-connector is modified in order to be compliant with the new Laravel 5.0

Added support for Laravel 4.2

28 Oct 19:34
Compare
Choose a tag to compare
Merge pull request #2 from dsdevbe/dev

Added support for 4.2.x