Add MessageAuthenticator support
To address RadiusBLAST vulnerability. Fixes #16
This commit is contained in:
parent
42ef80e0b4
commit
cc012e18fa
8 changed files with 149 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue