Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2645 - in trunk/perfsonar: ant ant/ssh conf

Subject: perfsonar development work

List archive

perfsonar: r2645 - in trunk/perfsonar: ant ant/ssh conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2645 - in trunk/perfsonar: ant ant/ssh conf
  • Date: Tue, 14 Aug 2007 04:30:19 -0400

Author: melis
Date: 2007-08-14 04:30:18 -0400 (Tue, 14 Aug 2007)
New Revision: 2645

Modified:
trunk/perfsonar/ant/const.properties
trunk/perfsonar/ant/ssh/sshtelnetMP-configure-targets.xml
trunk/perfsonar/conf/components.properties.mp.ssh
Log:
Added changes necessary for implementation of AA in sshtelnetMP.

Modified: trunk/perfsonar/ant/const.properties
===================================================================
--- trunk/perfsonar/ant/const.properties 2007-08-14 07:34:46 UTC (rev
2644)
+++ trunk/perfsonar/ant/const.properties 2007-08-14 08:30:18 UTC (rev
2645)
@@ -1,4 +1,4 @@
#This file was created by the Ant configuration script.
-#Wed Aug 08 17:12:08 CEST 2007
+#Mon Aug 13 14:40:00 CEST 2007
service.name=JAVA-SSHTELNET-MP-1.2_RC2
build=build

Modified: trunk/perfsonar/ant/ssh/sshtelnetMP-configure-targets.xml
===================================================================
--- trunk/perfsonar/ant/ssh/sshtelnetMP-configure-targets.xml 2007-08-14
07:34:46 UTC (rev 2644)
+++ trunk/perfsonar/ant/ssh/sshtelnetMP-configure-targets.xml 2007-08-14
08:30:18 UTC (rev 2645)
@@ -65,6 +65,11 @@
<entry key="service.mp.class_name"
value="org.perfsonar.service.measurementPoint.lookingGlassType.engine.adapters.WebserviceEngineAdapter"/>
<entry key="service.mp.message_types"
value="SetupDataRequest,MetadataKeyRequest,EchoRequest" />

+ <entry key="service.as.authn_active" value="on"/>
+ <entry key="service.as.authn_for_msg_types"
value="SetupDataRequest,MetadataKeyRequest,EchoRequest"/>
+ <entry key="service.as.point"
value="http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService"/>
+ <entry key="service.as.authnRequest"
value="schema/example-instances/perfSONAR/AS/test/AuthNRequest.xml"/>
+
</propertyfile>

<javac srcdir="src" destdir="src" deprecation="yes">

Modified: trunk/perfsonar/conf/components.properties.mp.ssh
===================================================================
--- trunk/perfsonar/conf/components.properties.mp.ssh 2007-08-14 07:34:46
UTC (rev 2644)
+++ trunk/perfsonar/conf/components.properties.mp.ssh 2007-08-14 08:30:18
UTC (rev 2645)
@@ -14,6 +14,9 @@
# Registration in LS

registrator=org.perfsonar.service.commons.registration.LSRegistrationComponent

+# Authentication
+authn=org.perfsonar.commons.auxiliary.components.authn.wssec.WSSecAuthNComponent
+
#Service specific components
#...




  • perfsonar: r2645 - in trunk/perfsonar: ant ant/ssh conf, svnlog, 08/14/2007

Archive powered by MHonArc 2.6.16.

Top of Page