1addvo.conf(5) PVA Users Manual addvo.conf(5)
2
3
4
6 addvo.conf - pva-addvo host-specific configuration
7
8
10 Configauration file for pva-addvo(1) command used to add new VO for
11 serving by PHP VOMS-Admin.
12
13
15 /etc/pva/addvo.conf
16
17
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 VODBHOST
67 VO database host running MySQL service; "localhost" value will
68 be used if not specified
69
70 Example: VODBHOST="db.example.com"
71
72 VOHOST hostname of the server running credentials signing daemon (voms-
73 server); hostname(1)valuewillbeusedifnotspecified
74
75 Example: VOHOST="myvomds.host.org"
76
77 VOMSDDIR
78 voms-server configuration files location
79
80 Example: VOMSDDIR="${CONFDIR}/voms"
81
82 VOMSDCERT
83 voms-server certificate file path (on the server where vomsd is
84 running)
85
86 Example: VOMSDCERT="${CONFDIR}/grid-security/hostcert.pem"
87
88 VOMSDKEY
89 voms-server key file path (on the server where vomsd is running)
90
91 Example: VOMSDKEY="${CONFDIR}/grid-security/hostkey.pem"
92
93 VOMSDCONF_OWNER
94 voms-server configuration files owner
95
96 Example: VOMSDCONF_OWNER="voms:voms"
97
98
100 Andrii Salnikov <manf@grid.org.ua>
101
102
104 pva-addvo(1), pva-config(5), voms(8)
105
106
107
108
109PHP VOMS-Admin version 0.7.0 2013-01-02 addvo.conf(5)