diff options
author | Alex <alex@adnab.me> | 2022-06-01 23:35:05 +0200 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-06-01 23:35:05 +0200 |
commit | f974678da71b27a325b7882ed7ebc945e3b4518b (patch) | |
tree | 820b09ac01f0c87b628e0405d3c3f5765ae51dec /content/infrastructures/logiciels/bottin.md | |
parent | 97f7387ac7a6421cfaea964ed6d9339926cc91ac (diff) | |
parent | 8a50295aa8bbf9abb0689e1fcb358879d0ff042b (diff) | |
download | guide.deuxfleurs.fr-f974678da71b27a325b7882ed7ebc945e3b4518b.tar.gz guide.deuxfleurs.fr-f974678da71b27a325b7882ed7ebc945e3b4518b.zip |
Merge pull request 'Ajout pages oubliées' (#5) from missing-pages into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/man.deuxfleurs.fr/pulls/5
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> |