]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't assert GSS_C_MA_NOT_DFLT_MECH in mechglue
authorGreg Hudson <ghudson@mit.edu>
Fri, 31 Jul 2015 15:58:36 +0000 (11:58 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 10 Aug 2015 17:24:19 +0000 (13:24 -0400)
commit2a34b898b4810e88c9137818b6cd0e762e480196
treedd6cab0470a7467cdee591f3f104537764bef9f1
parenta14739f2a2acac30a8aba6f8e9f8f5a34bd38d6e
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".

ticket: 8021
src/lib/gssapi/mechglue/g_mechattr.c