Hi everybody!<br><br>I'm coding a new module for freeradius and would like to read the configuration from module_init instead of from module_instantiate.<br><br>So, I start with this prototypes:<br><br>static int example_init(void);
<br>static int example_instantiate(CONF_SECTION *conf, void **instance);<br><br>I saw inside example_instatiate that the CONF_SECTION pointer is passed to cf_section_parse and here are my two questions:<br><br>1. What's that *conf that _instantiate receives?
<br>2. How can I read the configuration in _init?<br><br>There is anybody here that can help me out?<br><br>Thanks in advance,<br clear="all"><br>-- <br>Leandro Pereira de Lima e Silva