Hello...
I am currently using freeRadius to proxy messages between a client and
server as follows:
radius client ----------freeRadius--------------radius server
The client normally send access_request messages which are proxyed to the
server. The server can either respond with access-accept or access-reject.
That is all working fine at the moment.
What I need to do now, is the following:
1. If the server sends access-accept, then proxy the message back to the
client (like it is being done at the moment)
2. If the server sends access-reject, then do not proxy, just drop the
packet.
Is that possible?