From: Daniel KouĊ™il Date: Wed, 11 Jan 2012 10:30:35 +0000 (+0000) Subject: Work around the globus bug that actually makes it impossible to specify own OID to... X-Git-Tag: emi-canl-c_R_1_0_0_0~89 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b6c8505ff3107f8967161186941f3af7e5b6d777;p=jra1mw.git Work around the globus bug that actually makes it impossible to specify own OID to import_creds. See https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=7238 --- diff --git a/org.glite.lbjp-common.gss/src/glite_gss.c b/org.glite.lbjp-common.gss/src/glite_gss.c index 3190535..c83c225 100644 --- a/org.glite.lbjp-common.gss/src/glite_gss.c +++ b/org.glite.lbjp-common.gss/src/glite_gss.c @@ -713,7 +713,7 @@ edg_wll_gss_acquire_cred_gsi(const char *cert_file, const char *key_file, edg_wl buffer.length = strlen(proxy_file); major_status = gss_import_cred(&minor_status, &gss_cred, - get_oid("GSI"), 1, + GSS_C_NO_OID, 1, &buffer, 0, NULL); free(buffer.value); if (GSS_ERROR(major_status)) {