From: Robert Harakaly Date: Tue, 7 Dec 2004 18:46:33 +0000 (+0000) Subject: Added export of the GLITE_CERT_DIR environment variable X-Git-Tag: glite-wms-utils-exception_R_1_0_0~44 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=41b5738a5ec51fc04a6d97d8a7f3ba7a05111225;p=jra1mw.git Added export of the GLITE_CERT_DIR environment variable --- 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 82fb378..09d4e96 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -172,8 +172,9 @@ def set_env(): glib.export('GLITE_HOST_CERT',params['host.certificate.file']) glib.export('GLITE_HOST_KEY',params['host.key.file']) - glib.export('GLITE_USER','glite') + glib.export('GLITE_USER','gproduct') glib.export('GLOBUS_LOCATION',params['GLOBUS_LOCATION']) + glib.export('GLITE_CERT_DIR',params['GLITE_CERT_DIR']) # bin and lib paths glib.addEnvPath("PATH","/usr/bin/:%s/bin:%s/externals/bin:%s/bin" % (os.environ['GLOBUS_LOCATION'],os.environ['GLITE_LOCATION'],os.environ['GLITE_LOCATION'])) diff --git a/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml b/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml index 8c3771e..9caadb3 100644 --- a/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml +++ b/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml @@ -38,6 +38,9 @@ description="The account used to run the LB daemons" value="gproduct"/> + +