]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix t_otp.py for pyrad 2.2 991/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 21 Oct 2019 17:56:55 +0000 (13:56 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 21 Oct 2019 17:56:55 +0000 (13:56 -0400)
commite60d01eb1686e112fba4743d4216ba61fec2bdc0
tree133acc6082372091427f83892f634e75b5b80bd5
parentdada2c11a1907cdd2ebfdfcf01310ceb267043c9
Fix t_otp.py for pyrad 2.2

pyrad 2.2 throws a KeyError exception in DecodePacket if any
attributes from the packet are not defined in the dictionary.  Add a
dictionary entry for Service-Type so this doesn't happen.

ticket: 8841 (new)
tags: pullup
target_version: 1.17-next
target_version: 1.16-next
src/tests/t_otp.py