Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3604 - trunk/geant2_java-sql-ma/conf

Subject: perfsonar development work

List archive

perfsonar: r3604 - trunk/geant2_java-sql-ma/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3604 - trunk/geant2_java-sql-ma/conf
  • Date: Thu, 3 Apr 2008 10:31:35 -0400

Author: roman
Date: 2008-04-03 10:31:33 -0400 (Thu, 03 Apr 2008)
New Revision: 3604

Modified:
trunk/geant2_java-sql-ma/conf/service.properties.template
trunk/geant2_java-sql-ma/conf/service.properties.template-2
Log:
Authentication settings added.



Modified: trunk/geant2_java-sql-ma/conf/service.properties.template
===================================================================
--- trunk/geant2_java-sql-ma/conf/service.properties.template 2008-04-03
14:29:49 UTC (rev 3603)
+++ trunk/geant2_java-sql-ma/conf/service.properties.template 2008-04-03
14:31:33 UTC (rev 3604)
@@ -20,3 +20,7 @@
component.registrator.scheduler_component=ma_scheduler

service.ma.conf_file.store_type=xmldb
+
+service.as.authn_active=off
+service.as.authn_for_msg_types=SetupDataRequest,MetadataKeyRequest
+service.as.point=http\://homer.rediris.es\:8080/perfSONAR-AS/services/AuthService
\ No newline at end of file

Modified: trunk/geant2_java-sql-ma/conf/service.properties.template-2
===================================================================
--- trunk/geant2_java-sql-ma/conf/service.properties.template-2 2008-04-03
14:29:49 UTC (rev 3603)
+++ trunk/geant2_java-sql-ma/conf/service.properties.template-2 2008-04-03
14:31:33 UTC (rev 3604)
@@ -113,6 +113,24 @@


#
-----------------------------------------------------------------------------------------------
+# Configuration of AuthN functionality
+
+
+#Group=Authentication
+#Description=The URL address of the Authentication Service.
+service.as.point=http\://homer.rediris.es\:8080/perfSONAR-AS/services/AuthService
+
+#Group=Authentication
+#Description=The types of messages for which authentication is to be enabled
(if required).
+service.as.authn_for_msg_types=SetupDataRequest,MetadataKeyRequest
+
+#Group=Authentication
+#Description=Determines if authentication is enabled (on) or not (off).
+service.as.authn_active=off
+
+
+
+#
-----------------------------------------------------------------------------------------------
# Configuration of store functionality





  • perfsonar: r3604 - trunk/geant2_java-sql-ma/conf, svnlog, 04/03/2008

Archive powered by MHonArc 2.6.16.

Top of Page