Configuration example

Configuration used for integration tests of this module

<jsaga-default xmlns="http://www.in2p3.fr/jsaga/session">
    <contexts>
        <context type="VOMS">
            <attribute name="Server" value="voms://voms.hellasgrid.gr:15004/C=GR/O=HellasGrid/OU=hellasgrid.gr/CN=voms.hellasgrid.gr"/>
            <attribute name="CertRepository" value="${user.home}/.jsaga/contexts/voms/certificates/"/>
            <attribute name="VomsDir" value="${user.home}/.jsaga/contexts/voms/vomsdir/"/>
            <attribute name="UserProxy" value="${user.home}/.jsaga/tmp/voms_cred.txt"/>
            <attribute name="UserVO" value="dteam"/>
        </context>
    </contexts>
    <session>
        <context type="VOMS">
        </context>
    </session>
</jsaga-default>