bvm-radius: request CUI
This commit is contained in:
parent
6b766b111d
commit
9773272e20
3 changed files with 7 additions and 1 deletions
|
@ -31,4 +31,5 @@ client eduroam_flr_server_2_v6 {
|
||||||
client wireless_access_points_mgmt {
|
client wireless_access_points_mgmt {
|
||||||
ipaddr = 92.118.30.0/24
|
ipaddr = 92.118.30.0/24
|
||||||
secret = {{WLC_SECRET}}
|
secret = {{WLC_SECRET}}
|
||||||
|
add_cui = yes
|
||||||
}
|
}
|
||||||
|
|
|
@ -116,4 +116,5 @@ DEFAULT
|
||||||
Idle-Timeout <= 600,
|
Idle-Timeout <= 600,
|
||||||
Calling-Station-Id =* ANY,
|
Calling-Station-Id =* ANY,
|
||||||
Operator-Name =* ANY,
|
Operator-Name =* ANY,
|
||||||
Port-Limit <= 2
|
Port-Limit <= 2,
|
||||||
|
Chargeable-User-Identity =* ANY
|
||||||
|
|
|
@ -30,6 +30,9 @@ server eduroam {
|
||||||
reject
|
reject
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Request Chargeable-User-Identity.
|
||||||
|
cui
|
||||||
|
|
||||||
# Send the request to the NRO for your region.
|
# Send the request to the NRO for your region.
|
||||||
# The details of the FLRs (Federation Level RADIUS servers)
|
# The details of the FLRs (Federation Level RADIUS servers)
|
||||||
# are in proxy.conf.
|
# are in proxy.conf.
|
||||||
|
@ -59,6 +62,7 @@ server eduroam {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre-proxy {
|
pre-proxy {
|
||||||
|
cui
|
||||||
attr_filter.pre-proxy
|
attr_filter.pre-proxy
|
||||||
linelog_send_proxy_request
|
linelog_send_proxy_request
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue