dictionary.rfc5580 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # Attributes and values defined in RFC 5580.
  5. # http://www.ietf.org/rfc/rfc5580.txt
  6. #
  7. # $Id: 964ba2bab9bed5d7070865f5335fa09967190f90 $
  8. #
  9. # One ASCII character of Namespace ID
  10. # 0 = TADIG (GSM)
  11. # 1 = Realm
  12. # 2 = E212
  13. #
  14. #
  15. # Followed by the actual string
  16. ATTRIBUTE Operator-Name 126 string
  17. #
  18. # Large blobs of stuff
  19. #
  20. ATTRIBUTE Location-Information 127 octets
  21. ATTRIBUTE Location-Data 128 octets
  22. ATTRIBUTE Basic-Location-Policy-Rules 129 octets
  23. ATTRIBUTE Extended-Location-Policy-Rules 130 string
  24. #
  25. # Really a bit-packed field
  26. #
  27. ATTRIBUTE Location-Capable 131 integer
  28. VALUE Location-Capable Civic-Location 1
  29. VALUE Location-Capable Geo-Location 2
  30. VALUE Location-Capable Users-Location 4
  31. VALUE Location-Capable NAS-Location 8
  32. ATTRIBUTE Requested-Location-Info 132 integer
  33. VALUE Requested-Location-Info Civic-Location 1
  34. VALUE Requested-Location-Info Geo-Location 2
  35. VALUE Requested-Location-Info Users-Location 4
  36. VALUE Requested-Location-Info NAS-Location 8
  37. VALUE Requested-Location-Info Future-Requests 16
  38. VALUE Requested-Location-Info None 32