Skip to content

Releases: strebl/ldap-auth

Minor Bugfix

17 Jul 15:28
Compare
Choose a tag to compare

This release fixes the primarygroups bug (#15).

Thanks @spaldos and @elite123 for reporting this issue.
Thanks to @spaldos again for providing the solution.

groups output unified

06 Jul 14:50
Compare
Choose a tag to compare

You can now set recursive_groups to true or false, the groups array looks the same now.

// example output of $user->groups:
[
    'Users' => 'Users',
    'Domain Users' => 'Domain Users',
]

Minor Bugfix

06 Jul 10:11
Compare
Choose a tag to compare

Groups now don't getting cut off if recursive_groups is set to true.

Laravel 5.1 Support

16 Jun 19:54
Compare
Choose a tag to compare

Additional work in this release:

  • PSR-4 auto loading
  • PSR-2 code style
  • PHP 5.5 minimal compatibility
  • Fixed tests
  • Better Readme
  • Travis & StyleCI

Minor Bugfix

26 May 16:47
Compare
Choose a tag to compare
Minor Bugfix Pre-release
Pre-release

Minor Bugfix - Thanks @fzhantw

First Laravel 5 version release

05 Feb 18:03
Compare
Choose a tag to compare
Pre-release

Be careful, this version isn't production ready.