Declare User-Password as having type "octets" instead of "string" or
pyrad 2.x will throw a decoding error when retrieving it.
(cherry picked from commit
57dc24093015d292189ef23313ef8ff2a81431e4)
ticket: 8128 (new)
version_fixed: 1.12.3
status: resolved
# such few attributes, we'll just include them here
DICTIONARY = dictionary.Dictionary(StringIO.StringIO("""
ATTRIBUTE User-Name 1 string
-ATTRIBUTE User-Password 2 string
+ATTRIBUTE User-Password 2 octets
ATTRIBUTE NAS-Identifier 32 string
"""))