Add MessageAuthenticator support

To address RadiusBLAST vulnerability.

Fixes #16
This commit is contained in:
Samuel Thibault 2024-10-19 22:31:59 +02:00
parent 42ef80e0b4
commit cc012e18fa
8 changed files with 149 additions and 2 deletions

View file

@ -34,6 +34,8 @@ set primary_radius 10.0.0.3
#set secondary_radius 0.0.0.0
#set secondary_radius_port 1812
set radius_secret "secret"
# Set this to yes once you have confirmed that your RADIUS server provides MessageAuthenticator in its responses
#set radius_require_message_authenticator auto
# Acceptable authentication types (pap, chap) in order of preference
#set radius_authtypes "pap"