diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/protocols/radius/dictionary.f5 | |
parent | Initial commit. (diff) | |
download | wireshark-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.f5')
-rw-r--r-- | resources/protocols/radius/dictionary.f5 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.f5 b/resources/protocols/radius/dictionary.f5 new file mode 100644 index 00000000..ce97f9c4 --- /dev/null +++ b/resources/protocols/radius/dictionary.f5 @@ -0,0 +1,49 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +############################################################################## +# +# F5 VSAs +# +# $Id: 2425a40216fda54fdeb57dfa5037ff63569a229f $ +# +############################################################################## + +VENDOR F5 3375 +BEGIN-VENDOR F5 + +ATTRIBUTE F5-LTM-User-Role 1 integer +ATTRIBUTE F5-LTM-User-Role-Universal 2 integer # enable/disable +ATTRIBUTE F5-LTM-User-Partition 3 string +ATTRIBUTE F5-LTM-User-Console 4 integer # enable/disable +ATTRIBUTE F5-LTM-User-Shell 5 string # supported values are disable, tmsh, and bpsh +ATTRIBUTE F5-LTM-User-Context-1 10 integer +ATTRIBUTE F5-LTM-User-Context-2 11 integer +ATTRIBUTE F5-LTM-User-Info-1 12 string +ATTRIBUTE F5-LTM-User-Info-2 13 string +ATTRIBUTE F5-LTM-Audit-Msg 14 string + +VALUE F5-LTM-User-Role Administrator 0 +VALUE F5-LTM-User-Role Resource-Admin 20 +VALUE F5-LTM-User-Role User-Manager 40 +VALUE F5-LTM-User-Role Auditor 80 +VALUE F5-LTM-User-Role Manager 100 +VALUE F5-LTM-User-Role App-Editor 300 +VALUE F5-LTM-User-Role Advanced-Operator 350 +VALUE F5-LTM-User-Role Operator 400 +VALUE F5-LTM-User-Role Firewall-Manager 450 +VALUE F5-LTM-User-Role Fraud-Protection-Manager 480 +VALUE F5-LTM-User-Role Certificate-Manager 500 +VALUE F5-LTM-User-Role IRule-Manager 510 +VALUE F5-LTM-User-Role Guest 700 +VALUE F5-LTM-User-Role Web-Application-Security-Administrator 800 +VALUE F5-LTM-User-Role Web-Application-Security-Editor 810 +VALUE F5-LTM-User-Role Acceleration-Policy-Editor 850 +VALUE F5-LTM-User-Role No-Access 900 + +VALUE F5-LTM-User-Role-Universal Disabled 0 +VALUE F5-LTM-User-Role-Universal Enabled 1 + +VALUE F5-LTM-User-Console Disabled 0 +VALUE F5-LTM-User-Console Enabled 1 + +END-VENDOR F5 |