DOKK / manpages / debian 10 / eurephia / eurephia_init.7.en
eurephia_init(7) eurephia_init(7)

eurephia_init - Initialisation utility for the eurephia OpenVPN plug-in.

eurephia_init [-V|--version] [-h|--help] [-l|--log <filename>] [-L|--log-level <log level>] [-N|--hash-threshold-min <ms>] [-M|--hash-threshold-max <ms>] [-D|--database-driver <path>] [-d|--database-args <args>]

This utility is only supposed to be used when installing eurephia. The purpose is to initialise the database eurephia will use, by setting up some standard configuration values and create an administrator account

Arguments used by eurephia_init:

Show version information
This help screen
Log file for debugging
Sets the log level

-N | --hash-threshold-min <ms> : Benchmarking parameter, see below. Default 95ms

-M | --hash-threshold-max <ms> : Benchmarking parameter, see below. Default 200ms

Full path to the database driver (Required)
Required database arguments for the driver (Required)

Copyright (C) 2009-2012 David Sommerseth <dazo@users.sourceforge.net>

June 2010 David Sommerseth