From 286ebfe8aff1cf0877e6612a0050606059d807da Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Mon, 4 Apr 2005 14:42:07 +0000 Subject: [PATCH] Added installation and configuration of the security utilities --- org.glite.deployment.lb/config/scripts/glite-lb-config.py | 12 ++++++++++++ org.glite.deployment.lb/project/glite-lb.sdf.xml.template | 11 +++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index b2e0196..dc63571 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -209,6 +209,18 @@ python %s-config [OPTION...]""" % (self.name, os.environ['GLITE_LOCATION'], \ def configure(self): + #-------------------------------------------------------- + # Installs the Security Utilities + #-------------------------------------------------------- + + if os.system("python %s/glite-security-utils-config.py --subservice" % glib.getScriptPath()): + print "\nInstalling gLite Security Utilities ", + glib.printFailedMessage() + return 1 + + print "\nInstalling gLite Security Utilities ", + glib.printOkMessage() + # Create the GLITE_USER if it doesn't exists print "\nCreating/Verifying the GLITE_USER account %s" % os.environ['GLITE_USER'] (uid,gid) = glib.get_user_info(os.environ['GLITE_USER']) diff --git a/org.glite.deployment.lb/project/glite-lb.sdf.xml.template b/org.glite.deployment.lb/project/glite-lb.sdf.xml.template index f1683d4..098c107 100644 --- a/org.glite.deployment.lb/project/glite-lb.sdf.xml.template +++ b/org.glite.deployment.lb/project/glite-lb.sdf.xml.template @@ -117,12 +117,15 @@ + + + + - - - + + + - -- 1.8.2.3