Releases: SaschaDens/ldap-connector
Releases · SaschaDens/ldap-connector
V4.0.1
Laravel 5.2.x support
Retrieve more user information
The model returns more user information when user is authenticated.
Refactor of plugin
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
Merge pull request #12 from JacksWastedLife/patch-1 Implemented retrieveById() this will fix #11
Package improvement
Changelog:
- Bugfix for adminstrator settings.
- Possibile to get more user information specified in LDAP
Support for Laravel 5.0
Ldap-connector is modified in order to be compliant with the new Laravel 5.0
Added support for Laravel 4.2
Merge pull request #2 from dsdevbe/dev Added support for 4.2.x