Note correct names for data types
authorAlan T. DeKok <aland@freeradius.org>
Fri, 13 Jun 2014 19:14:46 +0000 (15:14 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 13 Jun 2014 19:14:46 +0000 (15:14 -0400)
share/dictionary

index 70ce5dc..167f4f5 100644 (file)
@@ -19,8 +19,7 @@
 #      composed of Attribute/Value Pairs.  The value of each attribute
 #      is specified as one of a few data types.  Valid data types are:
 #
-#      text       - printable, generally UTF-8 encoded (subset of 'string')
-#      string     - 0-253 octets
+#      string     - printable text, generally UTF-8 encoded.  (The RFCs call this "text")
 #      ipaddr     - 4 octets in network byte order
 #      ipv4prefix - 1 octet reserved, one octet prefix, 4 octets ipaddr
 #      integer    - 32 bit value in big endian order
@@ -42,7 +41,7 @@
 #      short   - 16-bit unsigned integer in network byte order
 #      signed  - 32-bit signed integer in network byte order
 #      octets  - raw octets, printed and input as hex strings.
-#                e.g.: 0x123456789abcdef
+#                e.g.: 0x123456789abcdef  The RFCs call this "string".
 #
 #      FreeRADIUS uses a number of data types which are defined in
 #      RFC 6929.  These data types should NEVER be used in any other