Releases: MultifactorLab/multifactor-ldap-adapter
Releases · MultifactorLab/multifactor-ldap-adapter
3.0.9
3.0.7
Release 24.02.2025 | Email attribute in API requests
New
- Now ldap adapter will send email attribute value in MF API request. If you don't want to send your email you should set
privacy-mode. - Added privacy mode functionality for email. The following setting remove Email from MF API request -
<add key="privacy-mode" value="Full"/> - Added startup logger. Now startup errors are output to the console and written to the
startup.logfile. The file is located in thelogsfolder.
3.0.5
Release 05.12.2024 | 429 status code
New
- Сhanged behavior when receiving 429 status code.
3.0.3
Release 18.11.2024 | .NET 8
New
- The application has been migrated to .NET 8.
2.0.27
Release 01.11.2024 | LDAP Multiple DCs
New
- Added the ability to specify multiple DCs separated by semicolons in the
ldap-serversettings. The first available one will be used.<add key="ldap-server" value="your.domain.1;your.domain.2;your.domain.3" /> - Added setting for waiting time for response from ldap server for bind request. Default value is 30 seconds.
<add key="ldap-bind-timeout" value="00:00:05" />
Bugfixes
- Fixed: Incorrect bypass operation for user.
- Adjusted package size for openLDAP.
- Added usage of
namingContextsattribute for openLDAP.
2.0.2
Release 18.04.2024 | .NET 6
New
- The application has been migrated to .net6.
1.0.120
Release 03.04.2024 | Transform a ldap Identity format to UPN
New
- New parameter <add key="transform-ldap-identity" value="upn"/>. Since the parameter is enabled, LDAP Adapter will make an additional request to load an extended profile information and will transform the identity had used to login into the upn format.
1.0.114
Release 17.01.2024 | Reduced http-request timeout
New
- Reduced http-request timeout.
1.0.111
Release 08.11.2023 | Fix a profile check on AD's fallback anonymous binding
Bugfixes
- Fixed: Fix profile check on anonymous binding fallback
1.0.108
Release 29.08.2023 | Fixed a large packet's attribute parsing
Bugfixes
- Fixed: Failure in case of a big LDAP packet is splitted to a multiple parts by an underlying transport.