270
270
(Caution: This password is stored in plaintext in lib/conf/conf.py)""",
272
272
# Database password"""))
273
config_options.append(ConfigOption("svn_conf", "/opt/ivle/svn/svn.conf",
274
"""The location of the subversion configuration file used by apache
275
to host the user repositories:""",
277
# The location of the subversion configuration file used by
278
# apache to host the user repositories."""))
279
config_options.append(ConfigOption("svn_auth_ivle", "/opt/ivle/svn/ivle.auth",
280
"""The location of the password file used to authenticate users
281
of the subversion repository from the ivle server:""",
283
# The location of the password file used to authenticate users
284
# of the subversion repository from the ivle server."""))
285
config_options.append(ConfigOption("svn_auth_local", "/opt/ivle/svn/local.auth",
286
"""The location of the password file used to authenticate local users
287
of the subversion repository:""",
289
# The location of the password file used to authenticate local users
290
# of the subversion repository."""))
291
config_options.append(ConfigOption("usrmgt_host", "localhost",
292
"""The hostname where the usrmgt-server runs:""",
294
# The hostname where the usrmgt-server runs."""))
295
config_options.append(ConfigOption("usrmgt_port", "2178",
296
"""The port where the usrmgt-server runs:""",
298
# The port where the usrmgt-server runs."""))
299
config_options.append(ConfigOption("usrmgt_magic", "",
300
"""The password for the usrmgt-server:""",
302
# The password for the usrmgt-server."""))
274
304
# Try importing existing conf, but if we can't just set up defaults
275
305
# The reason for this is that these settings are used by other phases