From 2cffad6497f16fcc289551da0eb2f815c0b14236 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 13 Jun 2014 15:14:46 -0400 Subject: [PATCH] Note correct names for data types --- share/dictionary | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/share/dictionary b/share/dictionary index 70ce5dc..167f4f5 100644 --- a/share/dictionary +++ b/share/dictionary @@ -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 -- 2.1.4