summaryrefslogtreecommitdiffstats
path: root/resources/protocols/radius/dictionary.netscreen
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/protocols/radius/dictionary.netscreen
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/protocols/radius/dictionary.netscreen')
-rw-r--r--resources/protocols/radius/dictionary.netscreen33
1 files changed, 33 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.netscreen b/resources/protocols/radius/dictionary.netscreen
new file mode 100644
index 0000000..e650ad7
--- /dev/null
+++ b/resources/protocols/radius/dictionary.netscreen
@@ -0,0 +1,33 @@
+# -*- text -*-
+# Copyright (C) 2015 The FreeRADIUS Server project and contributors
+#
+# From:
+# http://www.netscreen.com/support/downloads/4.0_configuring_screenOS_for_NTdomain_v11.pdf
+#
+
+VENDOR Netscreen 3224
+
+BEGIN-VENDOR Netscreen
+
+ATTRIBUTE NS-Admin-Privilege 1 integer
+ATTRIBUTE NS-VSYS-Name 2 string
+ATTRIBUTE NS-User-Group 3 string
+ATTRIBUTE NS-Primary-DNS 4 ipaddr
+ATTRIBUTE NS-Secondary-DNS 5 ipaddr
+ATTRIBUTE NS-Primary-WINS 6 ipaddr
+ATTRIBUTE NS-Secondary-WINS 7 ipaddr
+
+ATTRIBUTE NS-NSM-User-Domain-Name 220 string
+ATTRIBUTE NS-NSM-User-Role-Mapping 221 string
+
+#
+# Values VSYS-Admin and Read-Only-VSYS-Admin require a NS-VSYS-Name
+# attribute in the response packet.
+#
+VALUE NS-Admin-Privilege Root-Admin 1
+VALUE NS-Admin-Privilege All-VSYS-Root-Admin 2
+VALUE NS-Admin-Privilege VSYS-Admin 3
+VALUE NS-Admin-Privilege Read-Only-Admin 4
+VALUE NS-Admin-Privilege Read-Only-VSYS-Admin 5
+
+END-VENDOR Netscreen