[286] in Kerberos-V5-bugs
Problems with V5 beta 2 GSSAPI
daemon@ATHENA.MIT.EDU (John Wray, Digital DPE, (508) 486-)
Fri Feb 19 14:47:54 1993
Date: Fri, 19 Feb 93 14:45:23 EST
From: "John Wray, Digital DPE, (508) 486-5210 19-Feb-1993 1435" <wray@tuxedo.enet.dec.com>
To: "krb5-bugs@athena.mit.edu"@gwy$internet.enet.dec.com
Cc: wray@tuxedo.enet.dec.com
Apparently-To: krb5-bugs@athena.mit.edu
Hi,
I'm trying to use Kerberos V5 through the GSSAPI interface in the beta 2
release, and am running into various problems. To start with, I'd like to make
sure I'm using the proper release code (the header on gssapi/init_sec.c says
"v 5.2 91/06/06 09:56:40 jtkohl Exp").
Assuming that is the current version, I've found the following problems within
the gss_init_sec_context routine so far:
i) The second line:
if (!context_handle) {
/*
* This is first call to init_sec_context
*
...
should be checking to see whether *context_handle is NULL, not context_handle
itself (which should never be NULL).
ii) The call to krb5_generate_seq_number within gss_init_sec_context appears to
always fail (returning a KRB5_PROG_KEYTYPE_NOSUPP error). I believe that this
is because the creds structure hasn't been initialized when the call is made.
John