Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Subject: SPNEGO doesn't implement gss_inquire_cred_by_mech X-RT-Original-Encoding: iso-8859-1 Content-Length: 258 SPNEGO has no entry point for gss_inquire_cred_by_mech, so we produce a GSS_S_BAD_BINDINGS error if an application tries to inquire a cred by that mechanism. The implementation should be straightforward, albeit annoying similar to the inquire_cred code.