Don't assert GSS_C_MA_NOT_DFLT_MECH in mechglue gss_inquire_attrs_for_mech() should not add GSS_C_MA_NOT_DFLT_MECH to mechs which aren't the default. The attribute means "MUST NOT be used as a default mechanism" (RFC 5587) and is intended to be used by the mechglue. It does not mean "is not the default mech". https://github.com/krb5/krb5/commit/2a34b898b4810e88c9137818b6cd0e762e480196 Author: Greg Hudson Commit: 2a34b898b4810e88c9137818b6cd0e762e480196 Branch: master src/lib/gssapi/mechglue/g_mechattr.c | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-)