Skip to content

Releases: MultifactorLab/multifactor-ldap-adapter

3.0.9

27 Aug 10:27
0cf06e9

Choose a tag to compare

Release 27.08.2025 | Client IP in logs

New

  • Added client IP to log in case of error when processing LDAP packets.

3.0.7

24 Feb 04:41
6b25a1f

Choose a tag to compare

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.log file. The file is located in the logs folder.

3.0.5

05 Dec 10:44
b0fa6dd

Choose a tag to compare

Release 05.12.2024 | 429 status code

New

  • Сhanged behavior when receiving 429 status code.

3.0.3

18 Nov 11:23
889dde2

Choose a tag to compare

Release 18.11.2024 | .NET 8

New

  • The application has been migrated to .NET 8.

2.0.27

01 Nov 09:47
ec93f8e

Choose a tag to compare

Release 01.11.2024 | LDAP Multiple DCs

New

  • Added the ability to specify multiple DCs separated by semicolons in the ldap-server settings. 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 namingContexts attribute for openLDAP.

2.0.2

18 Apr 06:54
5585d66

Choose a tag to compare

Release 18.04.2024 | .NET 6

New

  • The application has been migrated to .net6.

1.0.120

03 Apr 15:33
5feb61f

Choose a tag to compare

Release 03.04.2024 | Transform a ldap Identity format to UPN

New

  1. 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

17 Jan 11:04
5cd400b

Choose a tag to compare

Release 17.01.2024 | Reduced http-request timeout

New

  • Reduced http-request timeout.

1.0.111

08 Nov 08:45
bb36d2b

Choose a tag to compare

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

29 Aug 11:21
24952ce

Choose a tag to compare

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.