dictionary.zyxel 790 B

12345678910111213141516171819202122232425
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # Zyxel attributes, of course in the RFC space...
  6. #
  7. # $Id: 966af2b33a02ed7ef370cfcb837bd175ad8fab00 $
  8. #
  9. ##############################################################################
  10. VENDOR Zyxel 890
  11. BEGIN-VENDOR Zyxel
  12. ATTRIBUTE Zyxel-Privilege-AVPair 3 string
  13. ATTRIBUTE Zyxel-Callback-Option 192 integer
  14. ATTRIBUTE Zyxel-Callback-Phone-Source 193 integer
  15. VALUE Zyxel-Callback-Phone-Source Preconfigured 0
  16. VALUE Zyxel-Callback-Phone-Source User 1
  17. VALUE Zyxel-Callback-Option None 0
  18. VALUE Zyxel-Callback-Option Optional 1
  19. VALUE Zyxel-Callback-Option Mandatory 2
  20. END-VENDOR Zyxel