dictionary.sonicwall 2.7 KB

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