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