Each user may have their own set of certificates
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 26 Oct 2011 12:37:51 +0000 (12:37 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 26 Oct 2011 12:37:51 +0000 (12:37 +0000)
org.glite.testsuites.ctb/LB/tests/lb-generate-fake-proxy.sh

index 151faaf..8a22ee9 100755 (executable)
 
 # show help and usage
 progname=`basename $0`
+user_id=`id -u`
 CERTS_ROOT=/tmp/test-certs.$$
-USER=trusted_client00
-USER_BOB=trusted_client01
+USER=trusted_client00.$user_id
+USER_BOB=trusted_client01.$user_id
 VOMS_SERVER=trusted_host
 VO=vo.org
-user_id=`id -u`
 
 showHelp()
 {