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 {
|
||||
ipaddr = 92.118.30.0/24
|
||||
secret = {{WLC_SECRET}}
|
||||
add_cui = yes
|
||||
}
|
||||
|
|
|
@ -116,4 +116,5 @@ DEFAULT
|
|||
Idle-Timeout <= 600,
|
||||
Calling-Station-Id =* ANY,
|
||||
Operator-Name =* ANY,
|
||||
Port-Limit <= 2
|
||||
Port-Limit <= 2,
|
||||
Chargeable-User-Identity =* ANY
|
||||
|
|
|
@ -30,6 +30,9 @@ server eduroam {
|
|||
reject
|
||||
}
|
||||
|
||||
# Request Chargeable-User-Identity.
|
||||
cui
|
||||
|
||||
# Send the request to the NRO for your region.
|
||||
# The details of the FLRs (Federation Level RADIUS servers)
|
||||
# are in proxy.conf.
|
||||
|
@ -59,6 +62,7 @@ server eduroam {
|
|||
}
|
||||
|
||||
pre-proxy {
|
||||
cui
|
||||
attr_filter.pre-proxy
|
||||
linelog_send_proxy_request
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue