Another side effect of having the older gsi/openssl in condor is that with
NPACI SDSC hostcerts the clients interepret the host dn differently.
Globus-2.4+3.0.2 (old openssl) interprests the OID string in the host cert
as
USERID=<hostname>
whereas Globus-3.2 (new openssl) interprets the OID string as
UID=<hostname>
This requires the CA sigining policy to be changed on the user end. but if
normally a user uses globus-3.2 everything works fine but using condor
will cause authentication failure as it wont be able to verify the host
cert cause job submission failure.
Is there a chance this can be fixed in condor within the next month or so.