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) -- View this message in context: http://www.nabble.com/c-module-t1532707.html#a4163751 Sent from the FreeRadius - User forum at Nabble.com.
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)
Take a look at: src/modules/rlm_example doc/module_interface To get your module to be compiled with radiusd, either add it to src/modules/stable and then do a configure in the root level, or add it to MODULES in Make.inc For config file changes, take a look at the module configurations in radiusd.conf and how the modules are used. You should be able to work it out from there. Hope that helps, Mike
participants (2)
-
kamanashisroy -
Mike Mitchell