of the pre-RFC mechanism when accepting contexts.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10433
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Feb 13 13:23:18 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * accept_sec_context.c (krb5_gss_accept_sec_context): Always allow
+ use of the pre RFC mechanism when accepting contexts.
+
Thu Feb 12 16:38:14 1998 Tom Yu <tlyu@mit.edu>
* accept_sec_context.c (krb5_gss_accept_sec_context): Add lots of
major_status = GSS_S_DEFECTIVE_TOKEN;
goto fail;
} else {
+#if 0 /* Always allow use of the pre-RFC mechanism */
if (! cred->prerfc_mech) {
code = G_WRONG_MECH;
major_status = GSS_S_DEFECTIVE_TOKEN;
goto fail;
}
+#endif
mech_used = gss_mech_krb5_old;
}