proxy_tunneled_request_as_eap and two proxy/realm
Hi! eap configuration: ================== eap { ... peap { ... proxy_tunneled_request_as_eap = no virtual_server = "proxy-inner-tunnel" } } two proxy/realm: ================ server proxy-inner-tunnel { authorize { if (&User-Name && (&User-Name =~ /^.+\@.+$/)) { update control { &Proxy-To-Realm := "rCGP" } } elsif (&User-Name && (&User-Name =~ /^host\/.+$/)) { update control { &Proxy-To-Realm := "rAD" } } } ... } ================== is it possible to use "proxy_tunneled_request_as_eap = no" for rCGP realm and "proxy_tunneled_request_as_eap = yes" for rAD realm ? -- Andrey Igoshin <ai@vsu.ru> Voronezh State University sip:ai@vsu.ru Network Operation Center phone: +7 473 2281160, ext. 2020 Voronezh, Russia
On May 8, 2021, at 1:03 PM, Andrey Igoshin via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
is it possible to use
"proxy_tunneled_request_as_eap = no" for rCGP realm and
"proxy_tunneled_request_as_eap = yes" for rAD realm ?
Unfortunately, no. Doing that will require code changes. Alan DeKok.
participants (2)
-
Alan DeKok -
Andrey Igoshin