summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-05 21:35:27 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:55 +0200
commit3f1ec3a78e6f4ab1ad3b76d8839c7bb6b2fbf266 (patch)
tree63f7865780106d2391dfac8c8341f07c24385e88 /eurephiadm
parentb9fe9007c6d15909a9f5498067ebc6a3f8b4e2b2 (diff)
downloadeurephia-3f1ec3a78e6f4ab1ad3b76d8839c7bb6b2fbf266.tar.gz
eurephia-3f1ec3a78e6f4ab1ad3b76d8839c7bb6b2fbf266.tar.xz
eurephia-3f1ec3a78e6f4ab1ad3b76d8839c7bb6b2fbf266.zip
Updated eurephiadm.8 to conver the configuration file as well.
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/man/eurephiadm.844
1 files changed, 35 insertions, 9 deletions
diff --git a/eurephiadm/man/eurephiadm.8 b/eurephiadm/man/eurephiadm.8
index c4a152f..dc047cd 100644
--- a/eurephiadm/man/eurephiadm.8
+++ b/eurephiadm/man/eurephiadm.8
@@ -57,19 +57,45 @@ Add, delete or show eurephia configuration settings stored in the database.
.TP
.B ~/.eurephia/eurephiadm.cfg
Default configuration file which defines the database driver and the needed database parameters.
+.SH "CONFIGURATION FILE"
+The configuration file is a simple key\-value based text file, where keys and values are separated by an equal sign ("="). All text coming after a hash ("#") will be ignored and considered as comments. The variables eurephiadm uses are:
+.TP
+.B database_driver
+Contains a full path to the database driver eurephiadm need to use.
+.TP
+.B database_params
+All database arguments the database driver requires must be set here. See the man page for the corresponding database driver for more information about valid options.
+.TP
+.B log
+Defines how to log. If a file name is given, logging will be sent to this log file. Other valid values are:
+.IP
+\fBstderr:\fR or \fBstdout:\fR
+.br
+Logging will go directly to stderr or stdout
+.IP
+\fBsyslog:[local0..local7 | daemon | authpriv]\fR
+.br
+Logging will be sent to syslog. The default syslog destination is \fRdaemon\fB.
+.TP
+.B log_level
+Sets the log verbosity. Normally the values will be from 0 to 10, where 0 is as little logging as possible and 10 is very verbose. If eurephiadm or the database driver is compiled with debug logging, values up to 50 will be valid.
+.TP
+.B username
+\fBeurephiadm\fR will always be asking for a user name when logging into the administration application. By setting this variable, you will set a default user name eurephiadm will use when logging in and it will only ask for a password directly.
.SH "ENVIRONMENT"
.TP
.B EUREPHIA_DIR
The \fBeurephiadm\fR utility looks for a configuration file by default in \fB~/.eurephia/eurephiadm.cfg\fR. This directory can be overridden by setting the \fBEUREPHIA_DIR\fR environment variable, and eurephiadm will use the \fBeurephiadm.cfg\fR file in this directory instead.
.SH "SEE ALSO"
-\fBeurephiadm\-users\fR(8)
-\fBeurephiadm\-lastlog\fR(8)
-\fBeurephiadm\-attempts\fR(8)
-\fBeurephiadm\-blacklist\fR(8)
-\fBeurephiadm\-certs\fR(8)
-\fBeurephiadm\-usercerts\fR(8)
-\fBeurephiadm\-fwprofiles\fR(8)
-\fBeurephiadm\-adminaccess\fR(8)
-\fBeurephiadm\-config\fR(8)
+\fBeurephiadm\-users\fR(8),
+\fBeurephiadm\-lastlog\fR(8),
+\fBeurephiadm\-attempts\fR(8),
+\fBeurephiadm\-blacklist\fR(8),
+\fBeurephiadm\-certs\fR(8),
+\fBeurephiadm\-usercerts\fR(8),
+\fBeurephiadm\-fwprofiles\fR(8),
+\fBeurephiadm\-adminaccess\fR(8),
+\fBeurephiadm\-config\fR(8),
+\fBedb\-sqlite\fR(8)
.SH "AUTHOR"
Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>