...
Code Block |
---|
server eduroam { listen { type = "auth" ipaddr = * port = 0 } listen { type = "acct" ipaddr = * port = 0 } listen { type = "auth" ipv6addr = :: port = 0 } listen { type = "acct" ipv6addr = :: port = 0 } 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! } auth_log suffix } authenticate { } preacct { # if you want detailed logging auth_log suffix } accountingauthenticate { } post-authpreacct { reply_logsuffix Post-Auth-Type REJECT } accounting { reply_log } } pre-proxy {post-auth { # if you want detailed logging reply_log Post-Auth-Type REJECT { reply_log } } pre-proxy { # if you want detailed logging pre_proxy_log if("%{Packet-Type}" != "Accounting-Request") { attr_filter.pre-proxy } } post-proxy { # if you want detailed logging post_proxy_log attr_filter.post-proxy } } |
...
You need to enable this new module in the post-auth section of your virtual server eduroam:of your virtual server eduroam:
Code Block |
---|
post-auth {
# if you want detailed logging |
Code Block |
post-auth { reply_log f_ticks Post-Auth-Type REJECT { # if you want detailed logging reply_log f_ticks } } |
...