Releases: Commifreak/yii2-ldap-auth
Releases · Commifreak/yii2-ldap-auth
1.4.2
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.
1.3.9
- Changed: Throw a warning, not an error if No or more than 1 result is found.
1.3.8
- 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
- Catch an
null given
error #2
1.3.5
- Catch a bool return from
ldap_search
in case of any error there