I am designing a new EAP method, now I want to develop this method in FreeRadius. I added the new module to rlm_eap folder, how can I make the new module works. Ashola --------------------------------- Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta.
ashola ashola wrote:
I am designing a new EAP method, now I want to develop this method in FreeRadius. I added the new module to rlm_eap folder, how can I make the new module works.
$ cd src/modules/rlm_eap/types $ mkdir rlm_eap_new $ cp rlm_eap_md5/* rlm_eap_new/ $ cd rlm_eap_new And change "MD5" to "your new type". Then, keep editing until it works. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
ashola ashola