Rodney Machado wrote:
After I have compiled and installed it, I have modified the configuration files, as I have done on the older versions (v2.2.0). But, when I try to run the daemon i got this error:
<error> /usr/local/etc/raddb/radiusd.conf[613]: Failed to link to module 'rlm_sim_file': rlm_sim_file.so: cannot open shared object file: No such file or directory </error>
The "sim_file" module has been deleted. See raddb/README.rst.
in /usr/local/etc/raddb/radiusd.conf:
<changes_in_radiusd.conf> sim_files { simtriplets = "/usr/local/etc/raddb/simtriplets.dat" }
For v3, module configuration is in raddb/mods-enabled. I strongly suggest following the default layout and examples.
What have changed on the 3.0 version (devel) of the freeradius?, perhaps rlm_sim_file is not needed anymore? Or there is a new configuration structure for supporting eap-sim?
There are other ways to update the SIM triplets. See rlm_passwd, which can read data from flat-text files. Alan DeKok.