aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-03-11 08:42:25 +0100
committerAlex Auvolat <alex@adnab.me>2020-03-11 08:42:25 +0100
commit15b2b812bfac259c8ecdb0d706ed837690ddd192 (patch)
treeb26c32bdc56fa18dc2677aa61f44cd950adbf75a
parentf244607a7a329d3c8e304729a7bc193b68abad7d (diff)
downloadbottin-15b2b812bfac259c8ecdb0d706ed837690ddd192.tar.gz
bottin-15b2b812bfac259c8ecdb0d706ed837690ddd192.zip
Add use case paragraph in README
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0dcf83c..924d5d4 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,13 @@ in order to provide a redundant (high-availability) LDAP server on a Nomad+Consu
It is a reimplementation of [superboum's Bottin](https://github.com/superboum/bottin)
using the Go programming language.
+**Use case:** [Deuxfleurs](https://deuxfleurs.fr) is a self-hosting collective
+where we try to build a resilient infrastructure with commodity hardware by
+having redundancy and auto-reconfiguration (this is why we use the Nomad+Consul
+stack). We try to use replicated/high availability data stores everywhere we
+can, and Bottin helps us do this for the LDAP service. We are not managing a
+high number of users at the moment and scalability is not our highest priority.
+
Features:
- most LDAP operations implemented (add, modify, delete, compare, search with most basic filters)