From: Arran Cudbard-Bell Date: Wed, 26 Jul 2023 03:58:20 +0000 (-0700) Subject: We don't need to qualify the enums in the calix dictionary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab99f1402310bfe00b179c50ced779db79f9b368;p=thirdparty%2Ffreeradius-server.git We don't need to qualify the enums in the calix dictionary --- diff --git a/share/dictionary/radius/dictionary.calix b/share/dictionary/radius/dictionary.calix index 6f73ffd8226..bdf1eefe3e6 100644 --- a/share/dictionary/radius/dictionary.calix +++ b/share/dictionary/radius/dictionary.calix @@ -25,17 +25,17 @@ ATTRIBUTE CMS-User-Group 220 string # Attribute for alarm filter – optional, default 1 (alarm enabled) ATTRIBUTE CMS-Alarm-Filter 221 integer -VALUE CMS-Alarm-Filter AlarmDisabled 0 -VALUE CMS-Alarm-Filter AlarmEnabled 1 +VALUE CMS-Alarm-Filter Disabled 0 +VALUE CMS-Alarm-Filter Enabled 1 # Attribute for event filter – optional, default 0 (event disabled) ATTRIBUTE CMS-Event-Filter 222 integer -VALUE CMS-Event-Filter EventDisabled 0 -VALUE CMS-Event-Filter EventEnabled 1 +VALUE CMS-Event-Filter Disabled 0 +VALUE CMS-Event-Filter Enabled 1 # Attribute for threshold event filter – optional, default 0 (disabled) ATTRIBUTE CMS-Threshold-Event-Filter 223 integer -VALUE CMS-Threshold-Event-Filter ThresholdEventDisabled 0 -VALUE CMS-Threshold-Event-Filter ThresholdEventEnabled 1 +VALUE CMS-Threshold-Event-Filter Disabled 0 +VALUE CMS-Threshold-Event-Filter Enabled 1 END-VENDOR Calix