Skip to content

Releases: Commifreak/yii2-ldap-auth

1.3.4

22 Nov 13:09
Compare
Choose a tag to compare

Fix: Typo in filter check which lead to misleading Exception.

1.3.3

04 Nov 12:42
Compare
Choose a tag to compare

Correct empty searchString handling.

1.3.2

03 Nov 08:52
Compare
Choose a tag to compare

Small fixes

  • Inline docs update
  • throw an exception, if $searchFor is empty

1.3.1

25 Oct 06:44
Compare
Choose a tag to compare

Added new method updateAttributes which allows you to update the users AD/LDAP attributes.

1.2.3

04 Oct 12:56
Compare
Choose a tag to compare

This release adds support for paging (currently hardcoded pageSoze of 500) and handles it itself. I also updated the onlyActive filter during search.

1.2.2

12 Jul 07:52
Compare
Choose a tag to compare

Stop throwing an exception, when a domain is not available during search. It gets skipped now.

1.2.1

02 Jun 07:59
Compare
Choose a tag to compare
  • Added $onlyActiveAccounts to searchUser which decides, if only active or all entries are returned.

1.2.0

01 Jun 11:37
Compare
Choose a tag to compare
  • The plugin now triggers autoDetect by default at startup and reorders the domains list. The autodetected domain is always on position 0.
    • The searchUser functions 4th param is not changed: bool values are no longer needed. It always searches now in every configured domain. If an int value is passed, it is used as static domain index for a fixed search in a specific domain
  • The login function now tries every domain until the first succeeded login by default, if no $domainKey is passed!

1.1.30

01 Jun 08:39
Compare
Choose a tag to compare
1.1.30 Pre-release
Pre-release
  • login: Passing false as domainKey now tries every domain for login.

1.1.29

17 May 09:22
Compare
Choose a tag to compare
  • More debug messages for IP-autodetection