[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] GSI X509 support in 7.4.1 on WinXP



Followup:

I just reconfigured an XP client to force GSI authentication only:

SEC_DEFAULT_AUTHENTICATION = REQUIRED
SEC_DEFAULT_AUTHENTICATION_METHODS = GSI

And got:

AUTHENTICATE: unsupported method: 32, failing.

Seems GSI is not included in the Windows build, so the question becomes: can I recompile and enable it? Or does it simply not exist? I found some threads from 2004 saying there is no GSI for Windows so Condor can not support it. Is that still the case?

Thanks!

- Rob

Rob de Graaf wrote:
Hello,

Trying to use the following setup: condor_submit -> remote gt5 resource with Condor as LRM -> WinXP execute node, I get following error in the remote StarterLog on the Windows clients:

02/23 10:55:01 ReliSock::get_x509_delegation(): delegation failed: This version of Condor doesn't support X509 credentials! 02/23 10:55:01 DoDownload: STARTER at 10.90.25.132 failed to receive file C:\Progra~1\Condor\execute\dir_3264\x509_user_proxy
02/23 10:55:01 File transfer failed (status=0).
02/23 10:55:02 ERROR "Failed to transfer files" at line 1882 in file ..\src\condor_starter.V6.1\jic_shadow.cpp

The job seems to restart over and over but doesn't fail permanently or log anything useful. I don't get any errors on the submit side. Linux nodes successfully complete jobs. There is no shared file system.

Condor version used is 7.4.1. Manual section 3.6.3 says GSI is included as default authentication mechanism on the Windows platform. Is it?

Am I doing something wrong?

Thanks!

Rob de Graaf