eap
{ default_eap_type = tls}
tls {
private_key_password = 20092010
private_key_file = ${raddbdir}/certs/serveur@yahoo.fr-cert.pem
certificate_file = ${raddbdir}/certs/serveur@yahoo.fr-cert.pem
CA_file = ${raddbdir}/certs/root_CA-cacert.pem
random_file = ${raddbdir}/certs/random
fragment_size = 1024
include_length = yes
&! nbsp;   ; CA_path = ${raddbdir}/certs/
check_crl = no
}
When i run freeradius-X, the shell out the following message:
ro ot@pfe-laptop:/home/pfe# freeradius -X
Starting - reading configuration files ...
reread_config: reading radiusd.conf
Config: including file: /etc/freeradius/proxy.conf
Config: including file: /etc/freeradius/clients.conf
Config: including file: /etc/freeradius/snmp.conf
Config: including file: /etc/freeradius/eap.conf
/etc/freeradius/eap.conf[344]: Unexpected end of file
Errors reading radiusd.conf
But,I don't modify the file radiusd.conf.
! Please, is there something wrong in my file eap.con?
thank you