diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
commit | 50b37d4a27d3295a29afca2286f1a5a086142cec (patch) | |
tree | 9212f763934ee090ef72d823f559f52ce387f268 /share/dictionary.hillstone | |
parent | Initial commit. (diff) | |
download | freeradius-50b37d4a27d3295a29afca2286f1a5a086142cec.tar.xz freeradius-50b37d4a27d3295a29afca2286f1a5a086142cec.zip |
Adding upstream version 3.2.1+dfsg.upstream/3.2.1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/dictionary.hillstone')
-rw-r--r-- | share/dictionary.hillstone | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/share/dictionary.hillstone b/share/dictionary.hillstone new file mode 100644 index 0000000..b1cf2e2 --- /dev/null +++ b/share/dictionary.hillstone @@ -0,0 +1,51 @@ +# -*- 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 +# +############################################################################## +# +# From yqsi@hillstonenet.com 2015/11/2 +# +# $Id$ +# +############################################################################## + +VENDOR Hillstone 28557 + +BEGIN-VENDOR Hillstone + +ATTRIBUTE Hillstone-User-vsys-id 1 integer +ATTRIBUTE Hillstone-User-Type 2 integer +ATTRIBUTE Hillstone-User-Admin-Privilege 3 integer +ATTRIBUTE Hillstone-User-Login-Type 4 integer +ATTRIBUTE Hillstone-User-Mobile-Number 5 string +ATTRIBUTE Hillstone-User-Mobile-Operator 6 integer +ATTRIBUTE Hillstone-User-Policy-dst-ip-begin 7 ipaddr +ATTRIBUTE Hillstone-User-Policy-dst-ip-end 8 ipaddr +ATTRIBUTE Hillstone-User-Role-Bame 9 string +ATTRIBUTE Hillstone-VPN-DHCP-Gateway 100 string +ATTRIBUTE Hillstone-VPN-DHCP-Mask 101 string +ATTRIBUTE Hillstone-VPN-DHCP-Pool 102 string +ATTRIBUTE Hillstone-VPN-WINS 103 string +ATTRIBUTE Hillstone-VPN-DNS 104 string +ATTRIBUTE Hillstone-VPN-Split-Route 105 string +ATTRIBUTE Hillstone-VPN-Tunnel-IP 106 string +ATTRIBUTE Hillstone-VPN-SNAT 107 integer + +VALUE Hillstone-User-Type HS-User-l2tp 1 +VALUE Hillstone-User-Type HS-User-8021x 2 +VALUE Hillstone-User-Type HS-User-smartvpn 4 +VALUE Hillstone-User-Type HS-User-normal 8 +VALUE Hillstone-User-Type HS-User-Admin 16 + +VALUE Hillstone-User-Login-Type HS-Admin-Console 1 +VALUE Hillstone-User-Login-Type HS-Admin-Telnet 2 +VALUE Hillstone-User-Login-Type HS-Admin-SSH 4 +VALUE Hillstone-User-Login-Type HS-Admin-HTTP 8 +VALUE Hillstone-User-Login-Type HS-Admin-HTTPS 16 + +VALUE Hillstone-User-Mobile-Operator HS-Mobile-ChinaMobile 1 +VALUE Hillstone-User-Mobile-Operator HS-Mobile-ChinaUnicom 2 +VALUE Hillstone-User-Mobile-Operator HS-Mobile-ChinaTelecom 3 + +END-VENDOR Hillstone |