handle ACs that have expired or been issued by unknown VOMS server
authorDaniel Kouřil <kouril@ics.muni.cz>
Fri, 10 Oct 2008 20:48:33 +0000 (20:48 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Fri, 10 Oct 2008 20:48:33 +0000 (20:48 +0000)
org.glite.security.proxyrenewal/src/commands.c

index 3701dd0..a859fc5 100644 (file)
@@ -896,6 +896,8 @@ get_voms_cert(glite_renewal_core_context ctx, X509 *cert,
       return EDG_WLPR_ERROR_VOMS;
    }
 
+   VOMS_SetVerificationType(VERIFY_NONE, voms_info, NULL);
+
    ret = 0;
    voms_ret = VOMS_Retrieve(cert, chain, RECURSE_CHAIN, voms_info, &voms_err);
    if (voms_ret == 0) {