diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:11:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:11:00 +0000 |
commit | af754e596a8dbb05ed8580c342e7fe02e08b28e0 (patch) | |
tree | b2f334c2b55ede42081aa6710a72da784547d8ea /share/dictionary.3com | |
parent | Initial commit. (diff) | |
download | freeradius-b95e0cd7685e6bbc2465b1f4efe1884df2f4ef01.tar.xz freeradius-b95e0cd7685e6bbc2465b1f4efe1884df2f4ef01.zip |
Adding upstream version 3.2.3+dfsg.upstream/3.2.3+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | share/dictionary.3com | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/share/dictionary.3com b/share/dictionary.3com new file mode 100644 index 0000000..1935387 --- /dev/null +++ b/share/dictionary.3com @@ -0,0 +1,54 @@ +# -*- text -*- +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +# 3com SuperStack Firewall dictionary +# Bought from Sonicwall, apparently, from Enterprise number 8741. +# +# $Id$ +# + +VENDOR 3com 43 + +# +# These attributes contain the access-level value. +# +BEGIN-VENDOR 3com + +ATTRIBUTE 3Com-User-Access-Level 1 integer + +# Read-only access to basic network tools (ping, etc) +VALUE 3Com-User-Access-Level 3Com-Visitor 0 + +# Read-only access to manageable (not security) parameters +VALUE 3Com-User-Access-Level 3Com-Monitor 1 + +# Read-write access to manageable (not security) parameters +VALUE 3Com-User-Access-Level 3Com-Manager 2 + +# Read-write access to all manageable parameters +VALUE 3Com-User-Access-Level 3Com-Administrator 3 + +ATTRIBUTE 3Com-VLAN-Name 2 string +ATTRIBUTE 3Com-Mobility-Profile 3 string +ATTRIBUTE 3Com-Encryption-Type 4 string +ATTRIBUTE 3Com-Time-Of-Day 5 string +ATTRIBUTE 3Com-SSID 6 string + +# String formatted as: YY/MM/DD-HH:MM +# NOT as a "date" attribute! +ATTRIBUTE 3Com-End-Date 7 string + +# Commented out, because the 3Com documentation +# gives it the same number as End-Date, above. +#ATTRIBUTE 3Com-Start-Date 7 string + +# URL where the user is redirected after WebAAA +ATTRIBUTE 3Com-URL 8 string + +ATTRIBUTE 3Com-Connect_Id 26 integer +ATTRIBUTE 3Com-NAS-Startup-Timestamp 59 integer +ATTRIBUTE 3Com-Ip-Host-Addr 60 string +ATTRIBUTE 3Com-Product-ID 255 string + +END-VENDOR 3com |