Releases: Commifreak/yii2-ldap-auth
Releases · Commifreak/yii2-ldap-auth
1.5.3
- Fixed signle-valued attribute population on wrong position
Full Changelog: v1.5.2...v1.5.3
1.5.2
- Fixed multi-domain search
1.5.1
- Fix single-valued attribute detection.
Please also note the breaking changes since 1.5.0: https://github.com/Commifreak/yii2-ldap-auth/releases/tag/v1.5.0
Full Changelog: v1.5.0...v1.5.1
v1.5.0
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 parameterbaseDN
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
- Make paging optional, disabled by default
1.4.1
- 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
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
Dont use serviceping anymore..
1.3.11
- Another LDAP connect check: Check bind 3 times against -1 (connect) error instead of serviceping
1.3.10
- Make
%onlyActive%
placeholder for custom filter available.