From: Alberto Di Meglio Date: Mon, 4 Apr 2005 14:42:07 +0000 (+0000) Subject: Added installation and configuration of the security utilities X-Git-Tag: glite-deployment-lb_R_1_2_2~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=286ebfe8aff1cf0877e6612a0050606059d807da;p=jra1mw.git Added installation and configuration of the security utilities --- 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 @@ + + + + - - - + + + -