From 40116e5c20c06208076f114278f608d52cff98f8 Mon Sep 17 00:00:00 2001 From: moonshot Date: Mon, 4 Apr 2011 14:47:27 -0400 Subject: [PATCH] hack: force mutual to be true Force mutual to be true for the vm-integ brach so ssh works --- util_context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util_context.c b/util_context.c index 0396e26..78de980 100644 --- a/util_context.c +++ b/util_context.c @@ -70,7 +70,8 @@ gssEapAllocContext(OM_uint32 *minor, GSS_C_INTEG_FLAG | /* integrity */ GSS_C_CONF_FLAG | /* confidentiality */ GSS_C_SEQUENCE_FLAG | /* sequencing */ - GSS_C_REPLAY_FLAG; /* replay detection */ + GSS_C_REPLAY_FLAG| /* replay detection */ + GSS_C_MUTUAL_FLAG; /*xxx big hack */ *pCtx = ctx; -- 2.1.4