Next: Tools for the VO
Up: VO Server Information
Previous: Software Tools for VO
The following tools are available for a VO Manager.
- scripts/vop.pl - add people to the VO
- sbin/makegroup.sh - add a new group to the VO
- scripts/cert2ldif.pl - is used to generate user information to be added
to a VO database in the case that the user's CA doesn't have an ldap server.
In this case, you can feed the user's usercert.pem to this script to
generate LDIF format input for adding to the VO directory. The invocation format
is
cert2ldif.pl -vo alice usercert.pem > tmp.ldif
and this output file tmp.ldif is suitable for import into the directory
via the ``import'' function of the Manager's LDAP browser. Alternatively
it could be added via the ldapadd command:
ldapadd -h grid-vo.nikhef.nl -W -D "cn=Manager,o=alice,dc=eu-datagrid,dc=org"
-f tmp.ldif
Grid Administrator
2001-10-31