"Kristofer Sigurdsson" <kristosig@gmail.com> writes:
1. A request comes in, it's user@dadada
2. FreeRADIUS sends a request to RADIUS server 192.168.2.1, because of the @dadada part.
3. RADIUS 192.168.2.1 replies with, "OK, accepted, Framed-IP-Address is this, Framed-Route is that..."
4. FreeRADIUS adds "cisco-avpair: lcp:ip vrf dadada-vrf" and sends the reply back to the NAS.
Also, if at all possible, I'd like to be able to strip out attributes sent by the other RADIUS server, eg. if that server includes any cisco-avpair stuff (other than name servers), I'd like to strip that from the reply before it gets to the NAS.
Any pointers would be appreciated. I've been looking through the archives, but I can't seem to find a way to modify the replies from the other RADIUS server.
doc/rlm_attr_filter Bjørn