aboutsummaryrefslogtreecommitdiffstats
path: root/radius
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-05-25 01:44:13 +0000
committerBill Meier <wmeier@newsguy.com>2011-05-25 01:44:13 +0000
commita3ee233f3a5ab65085f5f6ddfd9e6876f080cca0 (patch)
treefed47809be3d778f72568c9c1ac43d15286358f5 /radius
parent467cb54139a5114bb32cd6cdcb705d27dbf40c84 (diff)
An Attribute Name with a '.' (Foundry-MAC-Authent-needs-802.1x) causes an access violation.
Change '802.1x' to '802-1x' in 2 places temporarily until I get a chance to see what's going on. svn path=/trunk/; revision=37386
Diffstat (limited to 'radius')
-rw-r--r--radius/dictionary.foundry6
1 files changed, 4 insertions, 2 deletions
diff --git a/radius/dictionary.foundry b/radius/dictionary.foundry
index 839431d77b..eb942cb871 100644
--- a/radius/dictionary.foundry
+++ b/radius/dictionary.foundry
@@ -16,8 +16,10 @@ ATTRIBUTE Foundry-Command-String 2 string
ATTRIBUTE Foundry-Command-Exception-Flag 3 integer
ATTRIBUTE Foundry-INM-Privilege 4 integer
ATTRIBUTE Foundry-Access-List 5 string
-ATTRIBUTE Foundry-MAC-Authent-needs-802.1x 6 integer
-ATTRIBUTE Foundry-802.1x-Valid-Lookup 7 integer
+##ATTRIBUTE Foundry-MAC-Authent-needs-802.1x 6 integer ## 802.1x causes access violation ??
+##ATTRIBUTE Foundry-802.1x-Valid-Lookup 7 integer ## 802.1x causes access violation ??
+ATTRIBUTE Foundry-MAC-Authent-needs-802-1x 6 integer ## use 802-1x until issue resolved
+ATTRIBUTE Foundry-802-1x-Valid-Lookup 7 integer ## use 802-1x until issue resolved
ATTRIBUTE Foundry-MAC-Based-Vlan-QoS 8 integer
ATTRIBUTE Foundry-INM-Role-Aor-List 9 string