>Please tell me, how can i write a module of my own in c.
>Also, tell me how can i compile it and use with freeradius(also say the
config file changes)
>Also, tell me how can i compile it and use with freeradius(also say the
config file changes)
I think you should edit and compile your own program code and get the final executable file, e.g your_own.exe.
Then edit radiusd.conf , add your own 'exec' section such as :
exec echo {
wait = yes
wait = yes
program = "/your_own.exe_path/your_own.exe %{argu1} %{augu2} ..."
input_pairs = request
output_pairs = reply
}
Finally, recomplie Freeradius.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

