26 Nov
2013
26 Nov
'13
3:36 a.m.
On 26/11/13 05:43, Michael kevin wrote:
Hi all, I followed the site http://wiki.freeradius.org/contributing/Modules2 I tried to modify rlm_example.c to implement a new eap-type
eap types are not normal modules, so copying a normal module won't help. You'll need to copy one of the other eap types; I would use eap-md5 as the base, as it's simplest. There aren't any docs/sample code for this IIRC. Which EAP type do you want to implement? If you're inventing a new one, please don't; there are too many already.