20 Nov
2019
20 Nov
'19
9:04 a.m.
On Nov 20, 2019, at 9:01 AM, Sep0lkit <sep0lkit@gmail.com> wrote:
Thanks your reply, i try to got this variables using run-time variables and conditional syntax, but it returns attribute value.
You can test if an attribute exits: if (&CHAP-Password) { ... }
and on eap it auth method in options, so i can't got the inner eap auth method(eap-tls).
If it's EAP-TLS, there's no inner auth method. If it's TTLS or PEAP, you can use the same logic in the "inner-tunnel" virtual server to determine the inner authentication method.
freeradius auth know which auth method returns "known good", it can set the auth method variables.
No, FreeRADIUS just runs the same logic I said before. Alan DeKok.