[28779] in CVS-changelog-for-Kerberos-V5
krb5 commit [krb5-1.12]: Fix OTP tests with pyrad 2.x
daemon@ATHENA.MIT.EDU (Tom Yu)
Mon Feb 9 21:44:30 2015
Date: Mon, 9 Feb 2015 21:44:26 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201502100244.t1A2iQDB008085@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/2fdc211190b9b7cb969fe9abb44dd8bb6f519180
commit 2fdc211190b9b7cb969fe9abb44dd8bb6f519180
Author: Greg Hudson <ghudson@mit.edu>
Date: Mon Dec 22 18:37:36 2014 -0500
Fix OTP tests with pyrad 2.x
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
src/tests/t_otp.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tests/t_otp.py b/src/tests/t_otp.py
index 0aeb692..2a8081f 100644
--- a/src/tests/t_otp.py
+++ b/src/tests/t_otp.py
@@ -49,7 +49,7 @@ class RadiusDaemon(Process):
# 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
"""))
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5