summaryrefslogtreecommitdiff
path: root/network/glewlwyd/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2019-11-07 23:22:07 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-11-09 09:39:15 +0700
commitce47a444a93a2495d3052805503ee6fa9ba81780 (patch)
tree2a28fd42e11998fd3294c9a553100d900c6e2d6e /network/glewlwyd/README
parenta5ab89a4d961d5e6bcb00b8928c03c1fd7b36b66 (diff)
downloadslackbuilds-ce47a444a93a2495d3052805503ee6fa9ba81780.tar.gz
network/glewlwyd: updated for version 2.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/glewlwyd/README')
-rw-r--r--network/glewlwyd/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/network/glewlwyd/README b/network/glewlwyd/README
index 87abbc3f2e..9d6776a0e4 100644
--- a/network/glewlwyd/README
+++ b/network/glewlwyd/README
@@ -3,9 +3,14 @@ Glewlwyd Oauth 2 authentication server
Oauth 2 Server providing JSON Web Tokens for identification.
Lightweight, fast and easy to install on small systems.
-Requires a MySql or SQLite3 database.
+Requires a MySql, PostgreSQL or SQLite3 database.
Handles LDAP or database for users backend.
The API backend is fully written in language C, it's based on Ulfius
HTTP framework, Hoel database framework and Libjwt JSON Web Tokens
library.
+
+Set GLEWLWYD_SQLITE_INIT=1 to initialize, if it doesn't exists already, a
+proper SQLite /var/cache/glewlwyd/glewlwyd.db when installing the package.
+The sample configuration file in /etc/glewlwyd/glewlwyd.conf.sample is
+then directly usable with the pretty insecure admin/password credentials.