SoH - FR 2.1.11

Arran Cudbard-Bell a.cudbardb at freeradius.org
Thu Jul 14 16:31:16 CEST 2011


> 
> 
>> 
>> Example condition...
>> if (SoH-MS-Windows-Health-Status =~ /antivirus (warn|error) /) {

I'm not sure alternate submatches are supported.

Could you try:

if ((SoH-MS-Windows-Health-Status =~ /antivirus warn/) || (SoH-MS-Windows-Health-Status =~ /antivirus error/))

Just to make sure...

-Arran

Arran Cudbard-Bell
a.cudbardb at freeradius.org

RADIUS - Half the complexity of Diameter





More information about the Freeradius-Users mailing list