Releases: Commifreak/yii2-ldap-auth
Releases · Commifreak/yii2-ldap-auth
1.1.22
- Throw an exception, if a AD-Server is not available during a query
1.1.19
- Fixed detection of domain while searching for a user
1.1.18
- Return error when no entries are found while fetching userdata after successful login
1.1.17
- Skip autodetection if no
$clientIp
was found.
1.1.16
- New option to let
searchUser
filter output by checkingsidHistory
1.1.15
- Support for 'sidhistory'-field. Returns array of SID-strings if available, otherweise
null
1.1.14
- Provide domainName for searched users - only if needed (more than 1 domain configured)
1.1.13
- Provide domainName for searched users
- Catch permission error for file_put_content
1.1.12
- Create the .ldaprc control file automatically
1.1.11
- SSL Support
- Fixed domain detection: array_search not working as expected
- More logging