20 Nov
2019
20 Nov
'19
7:23 a.m.
On Nov 20, 2019, at 4:35 AM, Sep0lkit <sep0lkit@gmail.com> wrote:
I want to log user auth-method(PAP/CHAP/EAP-TLS/EAP-PEAP), i search the freeradius website and google, but there is nothing.
i think this variables is very useful, may this features add in future?
There is no variable which holds the authentication method. The logic is basically this: if User-Password exists it's PAP else if CHAP-Password exists then it's CHAP else if MS-CHAP-* attributes exist then it's MS-CHAP else if EAP-Message exists then the EAP-Type attribute contains the EAP type else the packet is likely rejected Alan DeKok.