Skip to content

Releases: MultifactorLab/MultiFactor.Radius.Adapter

1.0.285

29 Jan 09:49
b21a65d
Compare
Choose a tag to compare

Release 29.01.2025 | Message-Authenticator attribute

New

  • Added Message-Authenticator attribute to all adapter responses.

1.0.280

05 Dec 11:06
df328ed
Compare
Choose a tag to compare

Release 05.12.2024 | 429 status code

New

  • Сhanged behavior when receiving 429 status code.

1.0.277

01 Nov 09:48
fc47abc
Compare
Choose a tag to compare

Release 01.11.2024 | Bind timeout

New

  • 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" />
    

1.0.275

18 Oct 13:13
8cd376f
Compare
Choose a tag to compare

Release 18.10.2024 RADIUS password changing

Bugfixes

  • Fixed: Now the password change process works correctly.

1.0.271

09 Oct 14:08
c506dcd
Compare
Choose a tag to compare

Release 09.10.2024 | Nested groups search

New

  • Support msRADIUSFramedIPAddress attribute for return using RadiusReply.
  • Forced multifactor api timeout. Use the following syntax: value=hh:mm:ss! to set the timeout less than the minimum recommended.
  • A new appSetting configuration section. Now you can specify the containers in which to search for nested groups:
     <add  key="nested-groups-base-dn" value="CN=Users,DC=domain,DC=your;OU=Admins,DC=domain,DC=your"/>
    

1.0.257

20 Sep 06:34
b866934
Compare
Choose a tag to compare

Release 20.09.2024 | Syslog TLS fix

Bugfixes

  • Fixed: Error while trying to establish tls connection. Added a new configuration section to turn off tls
<add key="syslog-use-tls" value="true/false" />

1.0.253

01 Jul 12:02
555983c
Compare
Choose a tag to compare

Release 01.07.2024 | LDAP Profile Loading via Process User

New

  • Attribute validation is always done through the Windows process user

1.0.249

05 Jun 08:55
ef45d6f
Compare
Choose a tag to compare

Release 05.06.2024 | Log File Flush

New

  • Added a setting to control the frequency of writing logs to a file. If you notice that the log is written to a file only after the Adapter process is stopped, you can use this setting:
    <appSettings>
      <!-- This means that the log is guaranteed to be written to a file every 80 seconds -->
      <add key="log-file-flush-interval" value="00:01:20" />
    </appSettings>

1.0.245

07 May 06:36
1015bd9
Compare
Choose a tag to compare

Release 07.05.2024 | Extra Attribute

Fixed:

  • The Adapter was added Message-Authenticator attribute to response in some cases

1.0.242

24 Apr 09:48
24d3d79
Compare
Choose a tag to compare

Release 24.04.2024 | Unexpected Challenge Bug

Fixed:

  • In some cases of REJECT response the Adapter switched to CHALLENGE mode.