mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-04-19 13:31:17 +03:00
Implement extended-timeout radius login
This commit is contained in:
+1
-1
@@ -5055,7 +5055,7 @@ void SiLoadHubCfg(SERVER *s, FOLDER *f, char *name)
|
||||
}
|
||||
secret_str[sizeof(secret_str) - 1] = 0;
|
||||
//SetRadiusServer(h, name, port, secret_str);
|
||||
SetRadiusServerEx(h, name, port, secret_str, interval, timeout);
|
||||
SetRadiusServerEx2(h, name, port, secret_str, interval, timeout);
|
||||
FreeBuf(secret);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user