.TH "eurephia_init" "7" "June 2010" "David Sommerseth" "" .SH "NAME" eurephia_init \- Initialisation utility for the eurephia OpenVPN plug\-in. .SH "SYNOPSIS" .B eurephia_init .RI "[\\-V|\\-\\-version] [\-h|\-\-help]" .RI "[\\-l|\\-\\-log ] [\\-L|\\-\\-log\\-level ]" .RI "[\\-N|\\-\\-hash\\-threshold\\-min ] [\\-M|\\-\\-hash\\-threshold\\-max ]" .RI "[\\-D|\-\-database\-driver ] [\\-d|\\-\\-database\-args ] .SH "DESCRIPTION" 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 .SH "OPTIONS" Arguments used by eurephia_init: .TP \fB\-V\fR | \fB\-\-version\fR Show version information .TP \fB\-h\fR | \fB\-\-help\fR This help screen .TP \fB\-l\fR | \fB\-\-log\fR Log file for debugging .TP \fB\-L\fR | \fB\-\-log\-level\fR Sets the log level .HP \fB\-N\fR | \fB\-\-hash\-threshold\-min\fR : Benchmarking parameter, see below. Default 95ms .HP \fB\-M\fR | \fB\-\-hash\-threshold\-max\fR : Benchmarking parameter, see below. Default 200ms .TP \fB\-D\fR | \fB\-\-database\-driver\fR Full path to the database driver (Required) .TP \fB\-d\fR | \fB\-\-database\-args\fR Required database arguments for the driver (Required) .PP .SH "BENCHMARKING" .TP During the initialisation this utility will benchmark the CPU power by doing multiple SHA512 hash calculations. This is to determinate the optimal rounds the password hashes should use on the current computer. To make it more difficult to brute force passwords, eurephia implements dynamic password hash rounds, based on a random number within in a given range. This benchmark will suggest an optimal range. To do this, two limits are defined, the shortest time and the longest time to be used for calculating a hash. The default values are 95ms and 200ms. .TP If you want to modify those thresholds, you can do so with the \fB\-\-hash\-threshold\-min\fR and \fB\-\-hash\-threshold\-max\fR options. By increasing these numbers, you will allow the number of rounds to be increased. .SH "AUTHOR" Copyright (C) 2009\-2012 David Sommerseth