dictionary.bluecoat 760 B

12345678910111213141516171819202122232425
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # BlueCoat VSAs
  6. #
  7. # See also dictionary.packeteer for former Packeteer products.
  8. #
  9. # $Id: 1568f4bbc16b7e83b8894ec6088b9931451bb726 $
  10. #
  11. ##############################################################################
  12. VENDOR BlueCoat 14501
  13. BEGIN-VENDOR BlueCoat
  14. # Accepts multiple groups as comma-separated list.
  15. ATTRIBUTE Blue-Coat-Group 1 string
  16. ATTRIBUTE Blue-Coat-Authorization 2 integer
  17. VALUE Blue-Coat-Authorization No-Access 0
  18. VALUE Blue-Coat-Authorization Read-Only-Access 1
  19. VALUE Blue-Coat-Authorization Read-Write-Access 2
  20. END-VENDOR BlueCoat