...
Code Block |
---|
server eduroam { ... authorize { # only use filter_username from version > 3.0.7 on filter_username update request { Operator-Name := "1yourdomain.tld" # the literal number "1" above is an important prefix! Do not change it! } cui # if you want detailed logging auth_log suffix } ... post-auth { # if you want detailed logging reply_log cui cui_filter cui_log Post-Auth-Type REJECT { reply_log eduroam_log } } ... pre-proxy { pre_proxy_log cui if("%{Packet-Type}" != "Accounting-Request") { attr_filter.pre-proxy } } ... } |
For CUI also in eduroam IdP, please see.
Caveats
Use the most recent version available (3.0.10 at the time of writing) because of known issues in older versions (ranging from filters that prevent people to get online with mixed usernames to TLS-related bugs).
...