gss: remove GSS_C_MA_AUTH_INIT_ANON from krb5 mech

Pending integration of #551, the krb5 mechanism does not support
GSS_C_ANON_FLAG. Remove the GSS_C_MA_AUTH_INIT_ANON mechanism attribute until
such time it does.
This commit is contained in:
Luke Howard
2020-04-13 09:42:29 +10:00
parent 3b7aae7fce
commit 0cb752258e

View File

@@ -232,14 +232,6 @@ static gss_mo_desc krb5_mo[] = {
NULL,
NULL
},
{
GSS_C_MA_AUTH_INIT_ANON,
GSS_MO_MA,
NULL,
NULL,
NULL,
NULL
},
{
GSS_C_MA_DELEG_CRED,
GSS_MO_MA,