Skip to content

Releases: Commifreak/yii2-ldap-auth

1.4.2

08 Nov 07:35
Compare
Choose a tag to compare
  • Make paging optional, disabled by default

1.4.1

26 Jan 06:51
Compare
Choose a tag to compare
  • Fixed Calling unknown method: yii\console\Request::getUserIP() when more than one domain is configured and the component is in use in a non-web context.

1.4.0

24 Jul 07:52
Compare
Choose a tag to compare

Add optional caching - see new class properties:

  • If the exact same query is sent multiple times, the plugin returns cached result. As soon as a search parameter changes, the query will be sent against alls configured ldap servers.

1.3.12

28 Mar 09:51
Compare
Choose a tag to compare

Dont use serviceping anymore..

1.3.11

28 Mar 08:21
Compare
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
Compare
Choose a tag to compare
  • Make %onlyActive% placeholder for custom filter available.

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