1addvo.conf(5)                  PVA Users Manual                  addvo.conf(5)
2
3
4

NAME

6       addvo.conf - pva-addvo host-specific configuration
7
8

DESCRIPTION

10       Configauration  file  for  pva-addvo(1)  command used to add new VO for
11       serving by PHP VOMS-Admin.
12
13

SYNOPSIS

15       /etc/pva/addvo.conf
16
17

EXTENDED DESCRIPTION

19       Configuration file set host-specific parameters for pva-addvo(1) script
20       operation.  Out  of box installation from pacakge set most of variables
21       accordinly to default settings that will works without modifications.
22
23       The configuration file has the following format:
24
25       Lines starting with # are comments. Otherwise a line is of the format
26              keyword="argument"
27
28       Several configuration variables might be reviewed:
29
30       LIBDIR specify where to find voms-server shared libraries
31
32              Example: LIBDIR="/usr/lib64"
33
34       CONFDIR
35              specify where to find configuration files
36
37              Example: CONFDIR="/etc"
38
39       PVACONFDIR
40              path to PHP VOMS-Admin virtual organizations configuration files
41
42              Example: CONFDIR="${CONFDIR}/pva/vomses"
43
44       PVACONF_OWNER
45              PHP VOMS-Admin virtual organizations configuration files owner
46
47              Example: PVACONF_OWNER="apache:apache"
48
49       MYSQL_USER
50              MySQL user used for PHP VOMS-Admin VO databases creation
51
52              Example: MYSQL_USER="root"
53
54       VODBUSER
55              VO database access username; "voms_VONAME" value will be used if
56              not specified; useful to use common user name for all server VOs
57
58              Example: VODBUSER="voms"
59
60       VODBPASS
61              VO database access password; dynamically generated password will
62              be used if not specified
63
64              Example: VODBPASS="commonpassword"
65
66       VOHOST hostname of the server running credentials signing daemon (voms-
67              server); hostname(1)valuewillbeusedifnotspecified
68
69              Example: VOHOST="myvomds.host.org"
70
71       VOMSDDIR
72              voms-server configuration files location
73
74              Example: VOMSDDIR="${CONFDIR}/voms"
75
76       VOMSDCERT
77              voms-server  certificate file path (on the server where vomsd is
78              running)
79
80              Example: VOMSDCERT="${CONFDIR}/grid-security/hostcert.pem"
81
82       VOMSDKEY
83              voms-server key file path (on the server where vomsd is running)
84
85              Example: VOMSDKEY="${CONFDIR}/grid-security/hostkey.pem"
86
87       VOMSDCONF_OWNER
88              voms-server configuration files owner
89
90              Example: VOMSDCONF_OWNER="voms:voms"
91
92

AUTHOR

94       Andrii Salnikov <manf@grid.org.ua>
95
96

SEE ALSO

98       pva-addvo(1), pva-config(5), voms(8)
99
100
101
102
103PHP VOMS-Admin version 0.6        2011-06-19                     addvo.conf(5)
Impressum