No authenticate method (Auth-Type) found when using eap2 (eap-psk)
A.L.M.Buxey at lboro.ac.uk
A.L.M.Buxey at lboro.ac.uk
Tue Feb 18 20:28:36 CET 2014
Hi,
> May be I don't know who to follow the instruction from
> experimental.conf, which says :
> You MUST force
> # the server to choose "eap2" for authentication, because this
> # module has no "authorize" section.
>
> How do I do that ?
as you do for other methods. this is the one case where doing so is 'valid' eg
if (!control:Auth-Type) {
update control {
Auth-Type = "eap2"
}
}
(in the authorize section)
alan
More information about the Freeradius-Devel
mailing list