Changes between Version 141 and Version 142 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Dec 20, 2009, 12:41:19 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v141 v142  
    182182"voms_roles" ?= list(
    183183     nlist("description", "SW manager",
    184        "fqan", "lcgadmin",
     184       "fqan", "/atlas/Role=lcgadmin",
    185185       "suffix", "s"),
    186186     nlist("description", "production",
    187        "fqan", "production",
     187       "fqan", "/atlas/Role=production",
    188188       "suffix", "p"),
    189189     nlist("description", "pilot",
    190        "fqan", "pilot",
     190       "fqan", "/atlas/Role=pilot",
    191191       "suffix", "hs"),
    192192...