home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Wireshark / wireshark-win64-1.6.1.exe / radius / dictionary.sonicwall < prev    next >
Text File  |  2011-07-18  |  3KB  |  63 lines

  1. # -*- text -*-
  2. #
  3. #    Sonicwall Firewall dictionary
  4. #
  5. #    $Id: dictionary.sonicwall 28996 2009-07-07 17:52:03Z wmeier $
  6. #
  7.  
  8. VENDOR        SonicWall            8741
  9.  
  10. #  Backwards compatibility.
  11. BEGIN-VENDOR    SonicWall
  12.  
  13. ATTRIBUTE    SS3-Firewall-User-Privilege        1    integer
  14.  
  15. #  New names.
  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
  26.  
  27. # Those values indicated as "standard" are applicable only on a SonicWall
  28. # firewall running standard firmware and not on one running enhanced firmware.
  29.  
  30. #
  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.
  35. #
  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
  43.  
  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.
  48. #
  49. ATTRIBUTE    SonicWall-User-Group            3    string
  50.  
  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.
  55. #
  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.
  59. #
  60. # ATTRIBUTE SonicWall-User-Groups        4    string    SonicWall.
  61.  
  62. END-VENDOR    SonicWall
  63.