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: 8053
version_fixed: 1.13.1
status: resolved
# we'll just include them here.
radius_attributes = '''
ATTRIBUTE User-Name 1 string
-ATTRIBUTE User-Password 2 string
+ATTRIBUTE User-Password 2 octets
ATTRIBUTE NAS-Identifier 32 string
'''