David Aldwinckle wrote:
Hello,
I have just installed 2.2.1 from git on RHEL6.
Without making any changes to the configuration, the server fails to start because "eap" is missing in /etc/raddb/modules.
No. Please READ the debug output.
rlm_eap: SSL error error:00000000:lib(0):func(0):reason(0) rlm_eap_tls: Error loading randomness
See? That's the real error.
rlm_eap: Failed to initialize type tls /etc/raddb/eap.conf[17]: Instantiation failed for module "eap" /etc/raddb/sites-enabled/default[310]: Failed to find "eap" in the "modules" section. /etc/raddb/sites-enabled/default[252]: Errors parsing authenticate section.
Or you could read the last line, and claim there's a "parse error". Instead, you ignored the last line, ignored the earlier lines, and picked a random line out of the middle. Go to raddb/certs and run the "bootstrap" script. It initializes all of the SSL data for EAP. Alan Dekok.