1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-12 10:44:58 +03:00

Change from simply using the hub name as the radius realm to allowing the realm name to be configured

This commit is contained in:
Sacha J Bernstein
2014-07-25 13:53:55 -04:00
parent 9e55db0623
commit e29a83ea61
3 changed files with 5 additions and 5 deletions

View File

@ -424,7 +424,7 @@ struct HUB
UINT RadiusRetryInterval; // Radius retry interval
BUF *RadiusSecret; // Radius shared key
char RadiusSuffixFilter[MAX_SIZE]; // Radius suffix filter
bool RadiusIncludeRealm; // Radius - Should be use hub name as realm
char *RadiusRealm; // Radius realm (optional)
volatile bool Halt; // Halting flag
bool Offline; // Offline
bool BeingOffline; // Be Doing Offline