From 4f7616c2b1dc7fd4dec01f7d99481489a35a3128 Mon Sep 17 00:00:00 2001 From: emorino Date: Wed, 23 Nov 2022 14:37:04 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20erreur=20proftpd=20lors=20de=20la=20mis?= =?UTF-8?q?e=20=C3=A0=20jour=20en=20debian=2011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoDebian/MigrationStretchBuster.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HowtoDebian/MigrationStretchBuster.md b/HowtoDebian/MigrationStretchBuster.md index b69a754d..2f931c5b 100644 --- a/HowtoDebian/MigrationStretchBuster.md +++ b/HowtoDebian/MigrationStretchBuster.md @@ -248,6 +248,18 @@ Voir [cette section du HowtoDovecot](/HowtoDovecot#erreur-varrundovecotstats-wri ## ProFTPD +### Erreur "fatal: unknown configuration directive 'IdentLookups'" + +La directive **IdentLookups** doit être dans une balise ou l'on charge le module **mod_ident.c** comme ceci : + +~~~ + + IdentLookups off + +~~~ + +### Bug pour lister les répertoires de plus de 10k fichiers + La version 1.3.6 a un bug pour lister les répertoires avec plus de 10k fichiers : https://github.com/proftpd/proftpd/issues/863 Un contournement est de désactiver le "cachefs" de ProFTPD comme suggéré ici :