init: données initiales abonnel.fr

This commit is contained in:
Folio
2026-05-15 09:29:56 +02:00
commit 69abe1fc67
3518 changed files with 104609 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@@ -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
@@ -0,0 +1,18 @@
{
"uuid": "a8b45224-e64d-4ade-903b-ea5a4d6df65d",
"slug": "openldap-installation",
"title": "OpenLDAP installation",
"author": "cedric@abonnel.fr",
"published": true,
"published_at": "2021-08-26 13:55:12",
"created_at": "2021-08-26 13:55:12",
"updated_at": "2021-08-26 13:55:12",
"revisions": [],
"cover": "",
"files_meta": [],
"external_links": [],
"seo_title": "",
"seo_description": "",
"og_image": "",
"category": "Informatique"
}