Hi,
> plugins {
> eap-radius {
> secret = xxxxxxxxxxxx
> server = xxx.xxx.xxx.xxx
> }
> }
This configuration sub-section must occur within the charon section, the
following definition works for me:
charon {
# ...
eap-radius {
secret = test
server = 10.2.0.2
}
}
Regards
Martin