diff options
author | Sergey V. Lobanov <sergey@lobanov.in> | 2022-04-20 13:36:08 +0300 |
---|---|---|
committer | Sergey V. Lobanov <sergey@lobanov.in> | 2022-04-20 15:09:58 +0300 |
commit | 6f5f75e70ce10dd41c47af8a3b4b179813020d4c (patch) | |
tree | 54e023a5de810747b62b0fda8668986bbb88f991 /accel-pppd/accel-ppp.conf.5 | |
parent | f027b16325a11c988b4224bb8648dec8c0af2f69 (diff) | |
download | accel-ppp-6f5f75e70ce10dd41c47af8a3b4b179813020d4c.tar.gz accel-ppp-6f5f75e70ce10dd41c47af8a3b4b179813020d4c.zip |
add switch to disable sending NAS-Port-Id
This patch introduces nas-port-id-in-req switch to disable sending
NAS-Port-Id attribute in radauth and radacct messages. New switch
might be useful if radius server cannot properly handle this
attrubite.
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 0b10873..6eca358 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -904,6 +904,9 @@ option for realm substitution. .TP .BI "sid-in-auth=0|1" Specifies should accel-ppp generate and send Acct-Session-Id on Access-Request packet. +.TP +.BI "nas-port-id-in-req=" 0|1 +Specifies should accel-ppp send NAS-Port-Id on Access-Request and Accounting-Request packets (default 1). .SH [log] .br Configuration of log and log_file modules. |