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
1
l2tpns.h
1
l2tpns.h
|
|
@ -732,6 +732,7 @@ typedef struct
|
|||
int ppp_keepalive; // send echoes regardless
|
||||
|
||||
char radiussecret[64];
|
||||
char radius_require_message_authenticator[5];
|
||||
int radius_accounting;
|
||||
int radius_interim;
|
||||
in_addr_t radiusserver[MAXRADSERVER]; // radius servers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue