Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4919 - branches/simple-service-with-base2/conf

Subject: perfsonar development work

List archive

perfsonar: r4919 - branches/simple-service-with-base2/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4919 - branches/simple-service-with-base2/conf
  • Date: Thu, 29 Jan 2009 11:50:49 -0500

Author: rodriguez
Date: 2009-01-29 11:50:49 -0500 (Thu, 29 Jan 2009)
New Revision: 4919

Modified:
branches/simple-service-with-base2/conf/configuration-auth.xml
Log:
- This service is using the authR component

Modified: branches/simple-service-with-base2/conf/configuration-auth.xml
===================================================================
--- branches/simple-service-with-base2/conf/configuration-auth.xml
2009-01-29 16:50:09 UTC (rev 4918)
+++ branches/simple-service-with-base2/conf/configuration-auth.xml
2009-01-29 16:50:49 UTC (rev 4919)
@@ -27,7 +27,7 @@

handler="org.perfsonar.base2.service.messages.GenericMessageHandler">
<option name="ServiceEngine"

value="org.perfsonar.service.simpleservice.SimpleServiceServiceEngine" />
- <option name="authN" value="yes" />
+ <option name="authR" value="yes" />
</message>

</messageHandler>
@@ -41,7 +41,7 @@
<!-- auth configuration -->
<component name="auth"

className="org.perfsonar.base2.service.authn.component.wssec.WSSecAuthNComponent">
- <option name="as_endpoint"
value="http://homer.rediris.es:8080/geant2-java-as-1.1/services/AuthService"/>
+ <option name="as_endpoint"
value="http://homer.rediris.es:8080/geant2-java-as-1.2/services/AuthService"/>
<option name="comp_id" value="urn:compId"/>
</component>




  • perfsonar: r4919 - branches/simple-service-with-base2/conf, svnlog, 01/29/2009

Archive powered by MHonArc 2.6.16.

Top of Page