Changes between Version 4 and Version 5 of VOMSIntegration

Show
Ignore:
Timestamp:
05/15/13 10:15:48 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VOMSIntegration

    v4 v5  
    1 In version 2.6.5 (QCG-Core >= 2.6.2) the QCG-Computing service was enabled for the VOMS (Virtual Organization Membership Service) infrastructure. In practice this means that in addition to plain grid-mapfile authorization it is possible to use pool accounts (as implemented in [http://wiki.nikhef.nl/grid/LCMAPS LCMAPS]). The VOMS support was implement as the new authorization module called `atz_callout`. Example configuration (`qcg-compd.xml`) snipped: 
     1In version 3.0.X (QCG-Core >= 3.0.1) the QCG-Computing service was enabled for the VOMS (Virtual Organization Membership Service) infrastructure. In practice this means that in addition to plain grid-mapfile authorization it is possible to use pool accounts (as implemented in [http://wiki.nikhef.nl/grid/LCMAPS LCMAPS]). The VOMS support was implement as the new authorization module called `atz_callout`. Example configuration (`qcg-compd.xml`) snipped: 
    22{{{ 
    33                                <sm:Module xsi:type="sm:atz_callout"> 
    4                                         <sm:AtzLibraryPath>/opt/glite/lib/liblcas_lcmaps_gt4_mapping_gcc32.so</sm:AtzLibraryPath> 
     4                                        <sm:AtzLibraryPath>/usr/lib64/liblcas_lcmaps_gt4_mapping_.so</sm:AtzLibraryPath> 
    55                                </sm:Module> 
    66}}}