Mailing list ARC-DEV: Archives

LOAD data - but data is an authentication protected file ... how 2 manage?

From: Fabio Ricci 
Subject: LOAD data - but data is an authentication protected file ... how
 2 manage?
Date: Tue, 19 Jan 2010 22:52:24 +0100


Hello everybody

I started today working witch ARC - thank you for the simplicity!
And I could already LOCALLY on my laptop load and query some RDF data.

BUT - when I deploy all the package (arc, my software) to another server 
in a DMZ, problems arose...

The next problem is probably authorisation.

In this server there is no need to authorize to get to an internal mysql 
database,
but there is the need of going through a proxy server with a user 
authentication for the proxy,
and a protection authentication for the RDF data situated on the server 
(in order to access to this data, one need some other user/passwd 
authentification, which is different from the one for the proxy.).

My question: How is the $config Array to be configured in order to get 
through all these authentication?

Thanks in advance
Fabio