[4] in GSSAPI Development
Possible error returns gss_acquire_cred
tytso@ATHENA.MIT.EDU (tytso@ATHENA.MIT.EDU)
Thu Apr 25 18:04:10 1991
Date: Thu, 25 Apr 91 13:53:34 EDT
From: tytso@athena.mit.edu
To: gssapi-dev@athena.mit.edu
gss_acquire_cred should have an error code which means that it couldn't
find credentials for the desired name. None of the error codes,
GSS_RE_BAD_MECH, GSS_RE_BAD_NAMETYPE, or GSS_RE_BAD_NAME are quite what
we want.
Ref: page 16 of draft C of the GSS API C bindings spec.
By the way, when should I expect to see the next draft of the GSS API C
bindings spec?
- Ted