Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/e60d01eb1686e112fba4743d4216ba61fec2bdc0
Author: Greg Hudson <ghudson@mit.edu>
Commit: e60d01eb1686e112fba4743d4216ba61fec2bdc0
Branch: master
src/tests/t_otp.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Subject: git commit
From: ghudson@mit.edu

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.

(cherry picked from commit e60d01eb1686e112fba4743d4216ba61fec2bdc0)

https://github.com/krb5/krb5/commit/0f76a3f1e9700de2624702110191b533d4e513cf
Author: Greg Hudson <ghudson@mit.edu>
Commit: 0f76a3f1e9700de2624702110191b533d4e513cf
Branch: krb5-1.16
src/tests/t_otp.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: ghudson@mit.edu
Subject: git commit

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.

(cherry picked from commit e60d01eb1686e112fba4743d4216ba61fec2bdc0)

https://github.com/krb5/krb5/commit/0d35a5fe8a42b360d70ed84c15edbf8b7f7995f1
Author: Greg Hudson <ghudson@mit.edu>
Commit: 0d35a5fe8a42b360d70ed84c15edbf8b7f7995f1
Branch: krb5-1.17
src/tests/t_otp.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)