Groups.conf

From Gridkaschool
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The groups.conf file contains rules how to map virtual organization groups and roles to local users and groups. You need to define for every supported group of a virtual organization rules as shown below.

Note: The VOM(R)S server of the virtual organization or its ID card helps you to gather information about existing groups/ roles. For the dech virtual organization you can have a look at

https://glite-io.scai.fraunhofer.de:8443/voms/dech/SearchUser.do

Select on the left side Roles or Groups to get an overview on the implemented groups and roles.


The standard location of the groups.conf is /opt/glite/yaim/etc/groups.conf. You can find an example for the groups.conf file in the directory /opt/glite/yaim/examples/.

The format of the groups.conf is like

"/<vo>"::::
"/<vo>/<group>"::::
"/<vo>/<group>/ROLE=<role>::::
"/<vo>/<group>/ROLE=<role>:::<special_user_type>:

For our purpose create an empty file /opt/glite/yaim/etc/groups.conf and add following lines to it

"/dech"::::
"/dech/ROLE=GKS"::::
"/dech/ROLE=VO-Admin":::sgm:

Related topics: users.conf