3 Jun
2015
3 Jun
'15
7:48 a.m.
Hello, we currently have the following setting in inner-tunnel, to perform a check on the radius server sending us the authentication request: authorize { preprocess rewrite.calling_station_id if ("%{clients:shortname}" == "internal_radius_1") { ok update control { Auth-Type := Accept } } elsif (...... We'd like to extend the check to internal_radius_1 AND internal_radius_2. Does inner-data support regexp to do that, maybe using something like the following expression? if ("%{clients:shortname}" ~ "internal_radius_(.*)") { Thank you, Stefano