[28679] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix OTP tests with pyrad 2.x

daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun Jan 4 18:26:04 2015

Date: Sun, 4 Jan 2015 18:25:59 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201501042325.t04NPxdw016216@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/57dc24093015d292189ef23313ef8ff2a81431e4
commit 57dc24093015d292189ef23313ef8ff2a81431e4
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.
    
    ticket: 8053 (new)
    target_version: 1.13.1
    tags: pullup

 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 e114f03..c2ec48d 100644
--- a/src/tests/t_otp.py
+++ b/src/tests/t_otp.py
@@ -46,7 +46,7 @@ except ImportError:
 # 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
 '''
 
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post