Skip to content

Releases: MultifactorLab/MultiFactor.Ldap.Adapter

1.0.71

03 Apr 15:32
f53eb49
Compare
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.67

17 Jan 11:11
99f8044
Compare
Choose a tag to compare

Release 17.01.2024 | Reduced http-request timeout

New

  • Reduced http-request timeout.
  • Important! The App.config configuration file now contains the technical information necessary for the correct launch of the application. You should not replace the App.config file, instead you should edit the <appSettings> section.

1.0.62

15 Aug 08:02
5fa23cf
Compare
Choose a tag to compare

Release 15.08.2023 | certificate-password

added certificate password attribute in config

1.0.57

28 Nov 12:45
9ee48cb
Compare
Choose a tag to compare

Release 28.11.2022 | Authenticated client cache

Authenticated client cache feature was added.
Some code has been refactored.

1.0.55

17 Nov 10:20
9010999
Compare
Choose a tag to compare

Release 15.11.2022 | PCI DSS: reject delay

This release added custom delay functionality. You can now customize the behavior of the Ldap Adapter in case of AccessReject response:

  • return response immediately (default behavior);
  • return response with a constant delay;
  • return response with a random (within range) delay.

To activate custom delay functionality you need to specify the following setting in the root (the whole service level) configuration file:
<add key="invalid-credential-delay" value="DELAY_VALUE" />
Examples:
<add key="invalid-credential-delay" value="0" /> - delay mode is OFF (by default).
<add key="invalid-credential-delay" value="3" /> - AccessReject response will be returned after a 3 seconds delay.
<add key="invalid-credential-delay" value="2-6" /> - in this case the delay will have a random value between 2 and 6 (including range limits).

1.0.47

13 Sep 15:14
Compare
Choose a tag to compare
2FA excluded AD groups settings

1.0.45

31 Aug 09:52
Compare
Choose a tag to compare
1. Username transform rules

2. Additional username check and lookup for sAMAccountName if only DN specified

1.0.43

31 Jul 08:50
Compare
Choose a tag to compare

Relese 31.07.2022 | CPU overflow fix

CPU overflow in case of malformed ldap packets was fixed.

1.0.39

03 Jul 19:11
Compare
Choose a tag to compare

Release 04.07.2022 | Multi client

  1. Multiple clients configuration support was added. The adapter now supports separate processing of requests from different clients which can be configured via multiple *.config files. To configure new client just place its configuration file in the clients directory.
  2. Membership checking query was optimized and modified for multiple clients groups checking.

1.0.37

05 May 08:13
Compare
Choose a tag to compare
Reassembled tcp segments read fix