From b6ecddce1ea0cd508f8fed3e99271f2d23af5794 Mon Sep 17 00:00:00 2001 From: jlecour Date: Tue, 24 Aug 2021 18:19:29 +0200 Subject: [PATCH] info pour shelldap --- HowtoDebian/MigrationBusterBullseye.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HowtoDebian/MigrationBusterBullseye.md b/HowtoDebian/MigrationBusterBullseye.md index 25673a0a..2544736f 100644 --- a/HowtoDebian/MigrationBusterBullseye.md +++ b/HowtoDebian/MigrationBusterBullseye.md @@ -251,3 +251,12 @@ https://github.com/proftpd/proftpd/issues/863 Un contournement est de désactiver le "cachefs" de ProFTPD comme suggéré ici : http://bugs.proftpd.org/show_bug.cgi?id=4360#c14 +## shelldap + +Pour que `shelldap` demande la saisie du mot de passe, il est nécessaire de modifier la configuration (généralement `~/.shelldap.rc`), en ajoutant la ligne suivante : + +~~~ +[…] +promptpass: 1 +[…] +~~~ \ No newline at end of file