Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Distant usage of EFS

Hi Romain,

> I have found that durring a job execution on a CE a valid voms proxy is
> stored in a file pointed by the environment variable $X509_USER_PROXY.
> This file seems to have the same format as the geclipse voms token file.

yes, it is exactly the same!

> Is it possible to find a way to initialize a geclipse token from this
> file ? 

currently not. But it should be straightforward to implement it, it seems 
to me. Probably implementing a new contructor GlobusProxy( File ) or 
similar. All the required info is available. (But you would need to load 
the CA certificates from the web of from the local copies 
in /etc/grid-security/certificates  anyway)
Mathias will for sure have some extra opinions ;-)

BTW: you can gladly submit a request via bugzilla.

Cheers, Ariel


Back to the top