proxy_tunneled_request_as_eap and two proxy/realm
Andrey Igoshin
ai at vsu.ru
Sat May 8 19:03:39 CEST 2021
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 at vsu.ru> Voronezh State University
sip:ai at vsu.ru Network Operation Center
phone: +7 473 2281160, ext. 2020 Voronezh, Russia
More information about the Freeradius-Users
mailing list