Skip to content

Releases: Commifreak/yii2-ldap-auth

1.5.3

24 Apr 11:43
Compare
Choose a tag to compare
  • Fixed signle-valued attribute population on wrong position

Full Changelog: v1.5.2...v1.5.3

1.5.2

22 Apr 08:10
Compare
Choose a tag to compare
  • Fixed multi-domain search

1.5.1

17 Apr 04:35
Compare
Choose a tag to compare

Full Changelog: v1.5.0...v1.5.1

v1.5.0

16 Apr 12:40
Compare
Choose a tag to compare

BREAKING CHANGES!

The returned results may contain now arrays! In previous versions, multiple values were concatenated!
To determine which attributes allow multiple values, the plugin now asks the server attributeSchema for single-value marked attributes. Those attributes does not contain an array. Any other attribute values are ALWAYS returned as an array now.

  • searchUser: New parameter baseDN which allows overriding the default baseDN
  • Fix domain list order when auto detect has found a result. Now all keys of the configuration are preserved
  • Reuse connection link if we have multiple queries in the same context
  • New function searchGroup whoch allows searching for groups and (optionally) return its users as well
  • Some logging optimizatiuon for debug environments

Full Changelog: v1.4.2...v1.5.0

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.