Work around the globus bug that actually makes it impossible to specify own OID to...
authorDaniel Kouřil <kouril@ics.muni.cz>
Wed, 11 Jan 2012 10:30:35 +0000 (10:30 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Wed, 11 Jan 2012 10:30:35 +0000 (10:30 +0000)
org.glite.lbjp-common.gss/src/glite_gss.c

index 3190535..c83c225 100644 (file)
@@ -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)) {