[1531] in Kerberos
kpasswd for SYSV
daemon@ATHENA.MIT.EDU (Tim Thompson)
Thu Aug 22 15:24:04 1991
Date: 22 Aug 91 18:43:18 GMT
From: tgt@cbnewsg.cb.att.com (Tim Thompson)
To: kerberos@shelby.Stanford.EDU
I've gotten all the basics for putting together a Kerberos client on a SysV
machine except for kpasswd. Does anybody have such a beast for SysV? Right
now I'm getting the following behaviour:
SYSV]>kpasswd
Old password for tgt: [OLD PASSWD ENTERED]
New Password for tgt: [NEW PASSWD ENTERED]
Verifying, please re-enter New Password for tgt: [NEW PASSWD ENTERED AGAIN]
kpasswd: Kerberos error: message stream modified attempting to change password.
Password NOT changed.
SYSV]>
Thus far, I've traced things into kadm_cli_send(), in the file
lib/kadm/kadm_cli_wrap.c. It makes a call to kadm_cli_out(), which makes
two calls to krb_net_write(), and then two calls to krb_net_read(). On
the second call to krb_net_read(), I'm getting KYOULOSE (plus a bunch of
trailing junk) in the buf being read from fd, the len returned from the read
is 12. Anyone know what would be causing this? It's the root cause of
the problem, and if I can get it fixed, I should be in business.
As always, any and all help is greatly appreciated.
Tim Thompson
tim.g.thompson@att.com