1edb-sqlite(7) edb-sqlite(7)
2
3
4
6 edb-sqlite - eurephia SQLite3 database driver
7
9 The edb-sqlite database driver is used to enable SQLite3 database in
10 eurephia. The SQLite3 database is file based and requires no server
11 setup at all.
12
13 The database driver takes only one argument, which is a full path to
14 the database file.b
15
17 eurephia-auth - This is configured via the OpenVPN configuration file.
18
19 plugin eurephia-auth.so "-i edb-sqlite.so -- <full path to data‐
20 base file>"
21
22 Plese notice the double dashes. They are separating the argu‐
23 ments between the eurephia-auth module and the database driver.
24
25 eurephia_init - This is set via the command line
26
27 user@server:~ $ eurephia_init --database-driver edb-sqlite.so \
28 --database-args "<full path to DB file>"
29
30 eurephiadm - This is configured in the ~/.eurephia/eurephiadm.cfg file
31
32 database_driver = edb-sqlite.so
33 database_params = <full path to DB file>
34
36 eurephia-auth(7), eurephiadm(7), eurephia_init(7)
37
38
40 Copyright (C) 2008-2012 David Sommerseth <dazo@users.sourceforge.net>
41
42
43
44David Sommerseth July 2010 edb-sqlite(7)