Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Eduardo Gava <luiz.gava@procempa.com.br>2015-11-26 16:24:04 +0300
committerLuiz Eduardo Gava <luiz.gava@procempa.com.br>2015-11-26 16:24:04 +0300
commitc34b751db0f14d5f0176113de92df079ab8e1710 (patch)
tree0c51414c5efac0b0606d25247a875283f152af9f /src/Cedar/Sam.c
parentd3a1b26413acf3b387475f9ec5c4cbd93c5ffffe (diff)
Adding Radius AVP Called-Station-Id
Diffstat (limited to 'src/Cedar/Sam.c')
-rw-r--r--src/Cedar/Sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cedar/Sam.c b/src/Cedar/Sam.c
index d9872163..17aff9e8 100644
--- a/src/Cedar/Sam.c
+++ b/src/Cedar/Sam.c
@@ -265,7 +265,7 @@ bool SamAuthUserByPlainPassword(CONNECTION *c, HUB *hub, char *username, char *p
if (UniIsEmptyStr(suffix_filter_w) || UniEndWith(name, suffix_filter_w))
{
// Attempt to login
- b = RadiusLogin(c, radius_server_addr, radius_server_port,
+ b = RadiusLogin(c, hub->Name, radius_server_addr, radius_server_port,
radius_secret, StrLen(radius_secret),
name, password, interval, mschap_v2_server_response_20, opt);