nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # -*- text -*-
2 ##############################################################################
3 #
4 # Sofaware VPN-1 Edge from Sofaware (Check Point appliance).
5 #
6 # Values are strings, rather than real VALUEs.
7 #
8 # SofaWare-Admin : "none" / "readonly" / "readwrite"
9 # Users have no, read-only or read-write access to the
10 # appliance's configuration interface (Web / SSH)
11 #
12 # SofaWare-VPN : `true" / "false"
13 # User can / cannot connect the VPN
14 #
15 # SofaWare-Hotspot : "true" / "false"
16 # The account can be used for authentication on the
17 # Hotspot web page (may be required before accessing
18 # the Internet)
19 #
20 # SofaWare-UFP : "true" / "false"
21 # The user can /cannot overwrite the URL Filtering policy
22 #
23 # $Id$
24 #
25 ##############################################################################
26  
27 VENDOR SofaWare 6983
28  
29 BEGIN-VENDOR SofaWare
30  
31 ATTRIBUTE SofaWare-Admin 1 string
32 ATTRIBUTE SofaWare-VPN 2 string
33 ATTRIBUTE SofaWare-Hotspot 3 string
34 ATTRIBUTE SofaWare-UFP 4 string
35  
36 END-VENDOR SofaWare