[479] in Kerberos-V5-bugs
Re: krb5_get_server_rcache is either implemented wrong or documented inadequately
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue May 24 14:38:44 1994
Date: Tue, 24 May 94 14:38:30 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: tytso@MIT.EDU (Theodore Ts'o)
Cc: "Jonathan I. Kamens" <jik@security.ov.com>, krb5-bugs@MIT.EDU
In-Reply-To: "[478] in Kerberos-V5-bugs"
[0478]F daemon@ATHENA.MIT.EDU (Theodore Ts'o) Kerberos-V5-bugs 05/24/94 14:33 (33 lines)
Date: Tue, 24 May 94 14:33:13 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
The problem is in the implementation, and it will be fixed for the next
release. "Piece" is typically krb5_princ_component(server, 1);
rd_req_sim.c shows a typical usage of this procedure. I will also make
sure the API documentation is updated to make this more clear.
Actually, "piece" is typically krb5_princ_component(server, 0); not 1.
It should be the first component of the server principal. It is
incorrectly specified in beta3's krb5_rd_req_sim(), although it is
correct in krb5_recvauth().
- Ted