The server now uses talloc
Olivier Beytrison
olivier at heliosnet.org
Wed Feb 20 10:53:13 CET 2013
On 20.02.2013 09:53, A.L.M.Buxey at lboro.ac.uk wrote:
> Module: Linked to sub-module rlm_eap_tls
> Module: Instantiating eap-tls
> tls {
> tls = "tls-common"
> type 3590506 not supported yet
> }
> rlm_eap: Failed to initialize type tls
> /etc/raddb/mods-enabled/eap[17]: Instantiation failed for module "eap"
> /etc/raddb/sites-enabled/default[463]: Failed to find "eap" in the "modules" section.
> /etc/raddb/sites-enabled/default[405]: Errors parsing authenticate section.
This comes from cf_item_parse ...
Are you sure there's no hidden character or escape character somewhere
in your config ?
What could help Alan/Arran would be to run freeradius from gdb, and
break on tls_server_conf_parse. Then you will have to step into
cf_section_parse which will parse your tls-config section.
Then do step by step until the error arise, so you can see on which
statement in your tls config it fails.
Olivier
--
Olivier Beytrison
Network & Security Engineer, HES-SO Fribourg
Mobile: +41 (0)78 619 73 53
Mail: olivier at heliosnet.org
More information about the Freeradius-Devel
mailing list