structure template vo/params/geant4; 'name' ?= 'geant4'; 'account_prefix' ?= 'geasy'; 'voms_servers' ?= list( nlist('name', 'lcg-voms.cern.ch', 'host', 'lcg-voms.cern.ch', 'port', 15007, 'adminport', 8443, 'type', list('voms-only'), ), nlist('name', 'voms.cern.ch', 'host', 'voms.cern.ch', 'port', 15007, 'adminport', 8443, ), ); 'voms_mappings' ?= list( nlist('description', 'SW manager', 'fqan', '/geant4/Role=lcgadmin', 'suffix', 's', 'suffix2', 's', ), nlist('description', 'production', 'fqan', '/geant4/Role=production', 'suffix', 'p', 'suffix2', 'p', ), ); 'base_uid' ?= 60000;