pap + mac auth authentication problem
Frédéric Goudal
frederic.goudal at bordeaux-inp.fr
Tue Oct 30 18:05:25 CET 2018
By the way, I don’t find in the doc or man pages how to create an EAP-Message with radtest or radclient.
What is the correct way to build a request with an EAP-Message ?
f.g.
>
>> What you have to do is look for differences in the packets, and then key off of those differences. For WiFi, this means looking for EAP-Message:
>>
>> authorize {
>> if (EAP-Message) {
>> ... WiFi stuff ...
>> }
>> else {
>> ... MAC auth stuff...
>> }
>> }
>
> Thanks.
>
> f.g.
More information about the Freeradius-Users
mailing list