Skip to content

Releases: Commifreak/yii2-ldap-auth

1.3.11

28 Mar 08:21

Choose a tag to compare

  • Another LDAP connect check: Check bind 3 times against -1 (connect) error instead of serviceping

1.3.10

22 Aug 11:47

Choose a tag to compare

  • Make %onlyActive% placeholder for custom filter available.

1.3.9

30 May 05:03

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

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

Choose a tag to compare

  • Catch an null given error #2

1.3.5

25 Nov 12:20

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

Choose a tag to compare

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

1.3.3

04 Nov 12:42

Choose a tag to compare

Correct empty searchString handling.

1.3.2

03 Nov 08:52

Choose a tag to compare

Small fixes

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

1.3.1

25 Oct 06:44

Choose a tag to compare

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