init : articles varlog (migration depuis rsync)

This commit is contained in:
Cédrix
2026-05-15 10:37:48 +02:00
commit b0716911b3
5573 changed files with 107423 additions and 0 deletions
@@ -0,0 +1,23 @@
# OpenLDAP installation
![](20210826-143240.png)
Présentation d'une installation minimale pour un fonctionnement normal.
1.
Vérifier le hostname complet avec `hostname -f`. Cela conditionnera la base **dn** pour le LDAP. Si nécessaire, modifier `/etc/hostname` et `/etc/hosts`.
2.
Installer le démon LDAP
sudo apt install slapd
3.
Installer les outils LDAP
sudo apt install ldap-utils
4.
Vérifier le déploiement
slapd -V