diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-01 18:46:24 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-01 18:46:24 +0200 |
commit | 8a50295aa8bbf9abb0689e1fcb358879d0ff042b (patch) | |
tree | ee815d00a5d6745329e136b418d792f072443368 /content/infrastructures/logiciels/bottin.md | |
parent | e69ee6ab7c0519d6897133d6269be16a307cf175 (diff) | |
download | guide.deuxfleurs.fr-8a50295aa8bbf9abb0689e1fcb358879d0ff042b.tar.gz guide.deuxfleurs.fr-8a50295aa8bbf9abb0689e1fcb358879d0ff042b.zip |
Ajout pages oubliéesmissing-pages
Diffstat (limited to 'content/infrastructures/logiciels/bottin.md')
-rw-r--r-- | content/infrastructures/logiciels/bottin.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/infrastructures/logiciels/bottin.md b/content/infrastructures/logiciels/bottin.md new file mode 100644 index 0000000..4f1a032 --- /dev/null +++ b/content/infrastructures/logiciels/bottin.md @@ -0,0 +1,19 @@ +--- +title: Bottin +description: +published: true +date: 2021-11-09T12:40:01.746Z +tags: +editor: markdown +dateCreated: 2021-11-09T12:39:59.725Z +weight: 10 +--- + +# 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> |