From b6c8505ff3107f8967161186941f3af7e5b6d777 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Wed, 11 Jan 2012 10:30:35 +0000 Subject: [PATCH] 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 --- org.glite.lbjp-common.gss/src/glite_gss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 1.8.2.3