2.0.0-pre2 missing radrelay functionality?
While looking into fixes for my previous post, I began poking at 2.0.0-pre2. I see that radrelay's functionality is supposed to have been merged into the main server, but I do not see where it has the same capability of relaying accounting packets to other RADIUS servers. Has this functionality been removed? There is no mention of it in the man page or the example configuration, but I would hope it's in there somewhere, otherwise radrelay should probably still exist.
Brian De Wolf wrote:
While looking into fixes for my previous post, I began poking at 2.0.0-pre2. I see that radrelay's functionality is supposed to have been merged into the main server, but I do not see where it has the same capability of relaying accounting packets to other RADIUS servers. Has this functionality been removed?
No.
There is no mention of it in the man page or the example configuration, but I would hope it's in there somewhere, otherwise radrelay should probably still exist.
Grab a copy of the CVS head. See raddb/sites-available/copy-acct-to-home-server The "radrelay" functionality is now just a variant of a "listen" section. Instead of listening on a socket, it listens on a file. Alan DeKok.
participants (2)
-
Alan DeKok -
Brian De Wolf