Skip to content

Releases: Commifreak/yii2-ldap-auth

1.3.9

30 May 05:03
Compare
Choose a tag to compare
  • Changed: Throw a warning, not an error if No or more than 1 result is found.

1.3.8

11 Feb 08:59
Compare
Choose a tag to compare
  • Added: new param $allDomainsHaveToBeReachable for the userSearch: Return false if at least one domain query failed - DEFAULT: false
  • Fixed: Non reachable domain was not skipped correctly.

1.3.7

13 Jan 09:48
Compare
Choose a tag to compare
  • Catch an null given error #2

1.3.5

25 Nov 12:20
Compare
Choose a tag to compare
  • Catch a bool return from ldap_search in case of any error there

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.