2 May
2006
2 May
'06
4:02 a.m.
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)
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 program = "/your_own.exe_path/your_own.exe %{argu1} %{augu2} ..." input_pairs = request output_pairs = reply } Finally, recomplie Freeradius.