Releases: Commifreak/yii2-ldap-auth
Releases · Commifreak/yii2-ldap-auth
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.
1.2.1
- Added
$onlyActiveAccountstosearchUserwhich decides, if only active or all entries are returned.
1.2.0
- The plugin now triggers
autoDetectby default at startup and reorders thedomainslist. The autodetected domain is always on position 0.- The
searchUserfunctions 4th param is not changed: bool values are no longer needed. It always searches now in every configured domain. If an int value is passed, it is used as static domain index for a fixed search in a specific domain
- The
- The
loginfunction now tries every domain until the first succeeded login by default, if no$domainKeyis passed!
1.1.30
login: PassingfalseasdomainKeynow tries every domain for login.
1.1.29
- More debug messages for IP-autodetection
1.1.28
- Fix wrong return value for failed detection
- Using now Yii's IP detection method (supports
FORWARDED_FORas well)
1.1.27
- Fix
fetchUserDatafor Usernames containing the whole DN
1.1.26
- Hotfix
fetchUserData: No objectsid
1.1.25
- Fix
$ldaprcfileis not defined