addvo.conf (5) - Linux Manuals
addvo.conf: pva-addvo host-specific configuration
NAME
addvo.conf - pva-addvo host-specific configuration
DESCRIPTION
Configauration file for pva-addvo(1) command used to add new VO for serving by PHP VOMS-Admin.
SYNOPSIS
/etc/pva/addvo.conf
EXTENDED DESCRIPTION
Configuration file set host-specific parameters for pva-addvo(1) script operation. Out of box installation from pacakge set most of variables accordinly to default settings that will works without modifications.
- The configuration file has the following format:
- Lines starting with # are comments. Otherwise a line is of the format
- keyword=argument
- Several configuration variables might be reviewed:
- LIBDIR
-
specify where to find voms-server shared libraries
Example: LIBDIR="/usr/lib64"
- CONFDIR
-
specify where to find configuration files
Example: CONFDIR="/etc"
- PVACONFDIR
-
path to PHP VOMS-Admin virtual organizations configuration files
Example: CONFDIR="${CONFDIR}/pva/vomses"
- PVACONF_OWNER
-
PHP VOMS-Admin virtual organizations configuration files owner
Example: PVACONF_OWNER="apache:apache"
- MYSQL_USER
-
MySQL user used for PHP VOMS-Admin VO databases creation
Example: MYSQL_USER="root"
- VODBUSER
-
VO database access username; "voms_VONAME" value will be used if not specified; useful to use common user name for all server VOs
Example: VODBUSER="voms"
- VODBPASS
-
VO database access password; dynamically generated password will be used if not specified
Example: VODBPASS="commonpassword"
- VODBHOST
-
VO database host running MySQL service; "localhost" value will be used if not specified
Example: VODBHOST="db.example.com"
- VOHOST
-
hostname of the server running credentials signing daemon (voms-server);
hostname(1)valuewillbeusedifnotspecified
Example: VOHOST="myvomds.host.org"
- VOMSDDIR
-
voms-server configuration files location
Example: VOMSDDIR="${CONFDIR}/voms"
- VOMSDCERT
-
voms-server certificate file path (on the server where vomsd is running)
Example: VOMSDCERT="${CONFDIR}/grid-security/hostcert.pem"
- VOMSDKEY
-
voms-server key file path (on the server where vomsd is running)
Example: VOMSDKEY="${CONFDIR}/grid-security/hostkey.pem"
- VOMSDCONF_OWNER
-
voms-server configuration files owner
Example: VOMSDCONF_OWNER="voms:voms"
AUTHOR
Andrii Salnikov <manf [at] grid.org.ua>