| From: | "Arlene Berry" <arlene.berry@certifiedsecuritysolutions.com> |
| To: | <krb5-bugs@mit.edu> |
| Subject: | bug in 1.3.1 krb5_locate_kpasswd |
| Date: | Wed, 28 Jan 2004 17:32:55 -0800 |
Krb5_locate_kpasswd() in src/lib/krb5/os/changepw.c fails to call htons() on
the default port before calling krb5int_locate_server(). The result is that
change and set password operations on little endian OSes use port 53249
(0xD001) instead of port 464 (0x01D0) and get a time out error. I happen to
be using RedHat 7.3 and 9.
Arlene Berry
the default port before calling krb5int_locate_server(). The result is that
change and set password operations on little endian OSes use port 53249
(0xD001) instead of port 464 (0x01D0) and get a time out error. I happen to
be using RedHat 7.3 and 9.
Arlene Berry