diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2010-07-05 15:20:52 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-07-30 11:02:55 +0200 |
| commit | b9fe9007c6d15909a9f5498067ebc6a3f8b4e2b2 (patch) | |
| tree | 6bdacec629a588bd774dd30129c4cffa49faf1a1 /database/sqlite | |
| parent | 0060bb302af51331fd6c6f71e951a18cb5e4d622 (diff) | |
| download | eurephia-b9fe9007c6d15909a9f5498067ebc6a3f8b4e2b2.tar.gz eurephia-b9fe9007c6d15909a9f5498067ebc6a3f8b4e2b2.tar.xz eurephia-b9fe9007c6d15909a9f5498067ebc6a3f8b4e2b2.zip | |
Added man pages for eurephia-auth.so and edb-sqlite.so
Diffstat (limited to 'database/sqlite')
| -rw-r--r-- | database/sqlite/edb-sqlite.8 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/database/sqlite/edb-sqlite.8 b/database/sqlite/edb-sqlite.8 new file mode 100644 index 0000000..0a61843 --- /dev/null +++ b/database/sqlite/edb-sqlite.8 @@ -0,0 +1,31 @@ +.TH "edb-sqlite" "8" "July 2010" "David Sommerseth" "" +.SH "NAME" +\fBedb\-sqlite\fR \- eurephia SQLite3 database driver +.SH "DESCRIPTION" +The \fBedb\-sqlite\fR database driver is used to enable SQLite3 database in \fBeurephia\fR. The SQLite3 database is file based and requires no server setup at all. +.PP +The database driver takes only one argument, which is a full path to the database file.b +.SH "EXAMPLES" +.TP +\fBeurephia\-auth\fR \- This is configured via the OpenVPN configuration file. +.IP +plugin eurephia\-auth.so "\-i edb\-sqlite.so \-\- <full path to database file>" +.IP +Plese notice the double dashes. They are separating the arguments between the eurephia\-auth module and the database driver. +.TP +\fBeurephia_init\fR \- This is set via the command line +.IP +user@server:~ $ eurephia_init \-\-database\-driver edb\-sqlite.so \\ \-\-database\-args "<full path to DB file>" +.TP +\fBeurephiadm\fR \- This is configured in the \fB~/.eurephia/eurephiadm.cfg\fR file +.IP +database_driver = edb\-sqlite.so +.br +database_params = <full path to DB file> +.SH "SEE ALSO" +\fBeurephia\-auth\fR(8) +\fBeurephiadm\fR(8) +\fBeurephia_init\fR(8) + +.SH "AUTHOR" +Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net> |
