aboutsummaryrefslogtreecommitdiff
path: root/content/infrastructures/bottin.md
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-04-17 12:24:51 +0200
committerAlex Auvolat <alex@adnab.me>2023-04-17 12:24:51 +0200
commit7d41074f738de8f9d7a7e910fb1c26ed698373c2 (patch)
tree4f9ec3cea7b573d7fe7a90e619453ab3473b6a40 /content/infrastructures/bottin.md
parent1701a090c292f9f3f1894e6844032b3cbe6d15de (diff)
parent4a98a21215262f646307113782b3e8762de70660 (diff)
downloadguide.deuxfleurs.fr-7d41074f738de8f9d7a7e910fb1c26ed698373c2.tar.gz
guide.deuxfleurs.fr-7d41074f738de8f9d7a7e910fb1c26ed698373c2.zip
Merge branch 'main' into reduce-image-sizes
Diffstat (limited to 'content/infrastructures/bottin.md')
-rw-r--r--content/infrastructures/bottin.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/content/infrastructures/bottin.md b/content/infrastructures/bottin.md
new file mode 100644
index 0000000..e8dd8e0
--- /dev/null
+++ b/content/infrastructures/bottin.md
@@ -0,0 +1,18 @@
+---
+title: "Bottin"
+description: "Un annuaire LDAP pour le distribué"
+date: 2021-11-09T12:40:01.746Z
+dateCreated: 2021-11-09T12:39:59.725Z
+weight: 10
+extra:
+ parent: 'infrastructures/logiciels.md'
+---
+
+# Bottin
+
+Bottin est un annuaire LDAP distribué développé en Go visant la simplicité d'installation et d'utilisation (comparé à des solutions comme OpenLDAP ou Keycloak) tout en offrant la résilience que l'on peut attendre d'un système d'authentification. Il se base pour le stockage distribué sur [Consul](https://www.consul.io/).
+
+## Statut du développement
+
+Bottin est actuellement utilisé en production pour deuxfleurs. Il est cependant toujours en développement actif.
+Le code de Bottin se trouve ici : <https://git.deuxfleurs.fr/Deuxfleurs/bottin>