3 # Sonicwall Firewall dictionary
10 # Backwards compatibility.
11 BEGIN-VENDOR SonicWall
13 ATTRIBUTE SS3-Firewall-User-Privilege 1 integer
16 ATTRIBUTE SonicWall-User-Privilege 1 integer
17 VALUE SonicWall-User-Privilege Remote-Access 1 # deprecated
18 VALUE SonicWall-User-Privilege Bypass-Filters 2
19 VALUE SonicWall-User-Privilege VPN-Client-Access 3 # standard
20 VALUE SonicWall-User-Privilege Access-To-VPN 4 # standard
21 VALUE SonicWall-User-Privilege Limited-Management 5
22 VALUE SonicWall-User-Privilege L2TP-Client-Access 6 # standard
23 VALUE SonicWall-User-Privilege Wireless-Guest 7 # standard
24 VALUE SonicWall-User-Privilege Wireless-Add-ACL 8
25 VALUE SonicWall-User-Privilege Internet-Access 9 # standard
27 # Those values indicated as "standard" are applicable only on a SonicWall
28 # firewall running standard firmware and not on one running enhanced firmware.
31 # This attribute is to use in place of SonicWall-User-Privilege with RADIUS
32 # servers that allow only one instance of a Vendor-Specific attribute to be
33 # set (such as the ACE Server from RSA). Note that it is commented out in this
34 # file because it is not needed in any servers that support multiple VSA's.
36 # The value of this attribute is a text string giving a comma-separated list
37 # of one or more privileges, each corresponding to a value of the
38 # SonicWall-User-Privilege attribute above (and note that some are applicable
39 # only on a SonicWall firewall running standard firmware as indicated above):
40 # "BF,VC,VA,LM,LA,WG,WA,IA"
41 # "RA" for "Remote-Access" is now deprecated.
42 # ATTRIBUTE SonicWall-User-Privileges 2 string SonicWall
44 # Multiple of these can be set for a user, each specifying the name of a
45 # user group to which that user has membership. Note that this can
46 # alternatively be achieved by use of the Filter-Id attribute.
47 # This is applicable only on a SonicWall firewall running enhanced firmware.
49 ATTRIBUTE SonicWall-User-Group 3 string
51 # This attribute is to use in place of SonicWall-User-Group with RADIUS
52 # servers that allow only one instance of a Vendor-Specific attribute to be
53 # set (such as the ACE Server from RSA). Note that it is commented out in this
54 # file because it is not needed in any servers that support multiple VSA's.
56 # The value of this attribute is a text string giving a comma-separated list
57 # of the names of one or more user groups to which that user has membership.
58 # This is applicable only on a SonicWall firewall running enhanced firmware.
60 # ATTRIBUTE SonicWall-User-Groups 4 string SonicWall.