Releases: Commifreak/yii2-ldap-auth
Releases · Commifreak/yii2-ldap-auth
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
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
$searchFor
is empty
1.3.1
Added new method updateAttributes
which allows you to update the users AD/LDAP attributes.
1.2.3
This release adds support for paging (currently hardcoded pageSoze of 500) and handles it itself. I also updated the onlyActive
filter during search.
1.2.2
Stop throwing an exception, when a domain is not available during search. It gets skipped now.