25 Nov
2012
25 Nov
'12
10:36 p.m.
On Mon, Nov 26, 2012 at 7:50 AM, Shravan S G <sgshravan@gmail.com> wrote:
Hi,
I have configured FreeRadius to authenticate users based on entries in a Database. On successful authentication, an Access-Accept is returned. Now I want to send a message with some random content to another machine connected to the FreeRadius server, as soon as the user is authenticated. How can I configure some completely unrelated action like this, or say a file transfer to be performed on successful authentication of a user?
Try looking at post_auth section, and combine it with whatever-module-of-your-choice (e.g. rlm_exec, rlm_perl) -- Fajar