Releases: MultifactorLab/MultiFactor.Radius.Adapter
Releases · MultifactorLab/MultiFactor.Radius.Adapter
1.0.285
1.0.280
Release 05.12.2024 | 429 status code
New
- Сhanged behavior when receiving 429 status code.
1.0.277
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
Release 18.10.2024 RADIUS password changing
Bugfixes
- Fixed: Now the password change process works correctly.
1.0.271
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
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
Release 01.07.2024 | LDAP Profile Loading via Process User
New
- Attribute validation is always done through the Windows process user
1.0.249
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
Release 07.05.2024 | Extra Attribute
Fixed:
- The Adapter was added
Message-Authenticator
attribute to response in some cases
1.0.242
Release 24.04.2024 | Unexpected Challenge Bug
Fixed:
- In some cases of REJECT response the Adapter switched to CHALLENGE mode.