Releases: Commifreak/yii2-ldap-auth
Releases · Commifreak/yii2-ldap-auth
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
$allDomainsHaveToBeReachablefor 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 givenerror #2
1.3.5
- Catch a bool return from
ldap_searchin case of any error there
1.3.4
Fix: Typo in filter check which lead to misleading Exception.
1.3.3
Correct empty searchString handling.
1.3.2
Small fixes
- Inline docs update
- throw an exception, if
$searchForis empty
1.3.1
Added new method updateAttributes which allows you to update the users AD/LDAP attributes.