Changes between Version 3 and Version 4 of Doc/gLite/TemplateCustomization/General
- Timestamp:
- Jan 17, 2011, 8:15:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization/General
v3 v4 306 306 2 variables allow to modify this default behaviour for generating grid-mapfile: 307 307 * `VO_GRIDMAPFILE_MAP_VOMS_ROLES`: when set to `true`, a grid-mapfile entry is added for each valid VO FQANs in addition to the VO members. 308 * `VO_VOMS_FQAN_FILTER`: this nlist allows to define on a per-VO basis what are the VOMS FQANs to add to the grid-mapfile. The key is a VO name or `DEFAULT` for the default entry. Default entry if present is applied to all VOs without an explicit entry. If there is no entry for a VO and there is no default entry defined, all VO users and valid FQANs are added to the grid-mapfile. This variable is ignored if `VO_GRIDMAPFILE_MAP_VOMS_ROLES` is not true. The entry value must be either a FQAN declared in VO parameters (without the initial /voname), a VOMS mapping description as declared in the VO parameters or undef to allow all users and valid FQAN. '/' is interpreted as all normal users (without a specific group or role).308 * `VO_VOMS_FQAN_FILTER`: this nlist allows to define on a per-VO basis what are the VOMS FQANs to add to the grid-mapfile. The key is a VO name or `DEFAULT` for the default entry. Default entry if present is applied to all VOs without an explicit entry. If there is no entry for a VO and there is no default entry defined, all VO users and valid FQANs are added to the grid-mapfile. This variable is ignored if `VO_GRIDMAPFILE_MAP_VOMS_ROLES` is not true. The entry value must be either a FQAN declared in VO parameters (without the initial `/voname`), a VOMS mapping description as declared in the VO parameters or `/` to allow all users and valid FQANs (this can be used to override a more specific value defined later in the configuration). 309 309 310 310 These 2 variables are mainly used on [/wiki/Doc/gLite/TemplateCustomization/Services#VOBOX VO boxes] where they should be defined with appropriate values by the standard configuration.