basics
Alan DeKok
aland at deployingradius.com
Thu Aug 28 08:07:14 CEST 2008
Terdik Sándor wrote:
> - I succeed to integrate the new module to the radiusd by right of
> example module but I don't understand how determine radiusd which module
> have to load when receive a radius packet?
The configuration files specify which modules are used when a packet
is received. The server automatically loads all modules that are used.
> -For example the situation is that I want to write a new EAP-Types(i.e
> EAP-DESIGN which similar to EAP-TLS over lan) to eap-design.c file in
> EAP/types directory.Afther that I set this new eap types in the eap.conf
> file.First of all I would like to reach that if the server get a radius
> packet which contain some information of EAP-DESIGN the server load my
> own module and send some response for the client.Which basics functions
> do I make it?
You list it in eap.conf. After that, it is automatically loaded.
When a packet comes in with EAP-Design, your module will be
automatically used.
Alan DeKok.
More information about the Freeradius-Devel
mailing list