How to perform certain actions on Access Accept
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? Thanks in advance, Shravan
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
participants (2)
-
Fajar A. Nugraha -
Shravan S G