1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Example groupmapfile:
# Users with the exact VO-group info "/VO=fred/GROUP=fred/ROLE=husband"
# will be added to the local group "fredje1"
#"/VO=fred/GROUP=fred/ROLE=husband" fredje1
# Users with the VO-group info starting with "/VO=fred/GROUP=fred"
# will be added to the allocated pool group "pool[1-9]*"
#"/VO=fred/GROUP=fred*" .pool
# All users from VO wilma will be added to the allocated pool group "pool[1-9]*"
#"/VO=wilma/GROUP=*" .pool
# For the ITeam VO:
#"/VO=ITeam/GROUP=/ITeam/test iteamtest
"/VO=ITeam/GROUP=/ITeam*" iteam
# For the wpsix VO:
#"/VO=WP6/GROUP=/WP6/test wpsixtest
"/VO=WP6/GROUP=/WP6*" wpsix
|