Enable interposing gss_inquire_saslname_for_mech The behavior of gss_inquire_saslname_for_mech() changes slightly, to report GSS_S_BAD_MECH when an unsupported mech oid is given. Also call map_error() on the minor code resulting from the mech. Note that gss_inquire_mech_for_saslname() cannot be interposed, as mech_type is specified as output-only in RFC 5801. https://github.com/krb5/krb5/commit/92dbcf2eb436933f769c17e6a10f671992636e5f Author: Robbie Harwood Committer: Greg Hudson Commit: 92dbcf2eb436933f769c17e6a10f671992636e5f Branch: master src/lib/gssapi/mechglue/g_saslname.c | 27 ++++++++++++++++++++------- 1 files changed, 20 insertions(+), 7 deletions(-)