How to filter accountings based on the value of a VSA attribute
Dear FreeRADIUS users, We configured FreeRADIUS to send accounting to 2 different servers, but for one of them I want to send only the accountings that have a VSA attribute equal to a give value. Does anyone know how to do this configuration? Thanks in advance. Regards, Cristina Miyata
Having more details about your conf would help but anyway "unlang" can do this (man unlang). if (attribute == "value") { update control { Proxy-To-Realm := "realm" } } P.S: this cannot be done in proxy.conf file..... Le 19.11.2008 08:55, cris miyata a écrit :
Dear FreeRADIUS users,
We configured FreeRADIUS to send accounting to 2 different servers, but for one of them I want to send only the accountings that have a VSA attribute equal to a give value.
Does anyone know how to do this configuration?
Thanks in advance.
Regards,
Cristina Miyata
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alexandre Chapellon -
cris miyata