FreeRadius Auth Method variables
Alan DeKok
aland at deployingradius.com
Wed Nov 20 15:04:14 CET 2019
On Nov 20, 2019, at 9:01 AM, Sep0lkit <sep0lkit at 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.
More information about the Freeradius-Users
mailing list