From 18dd64df50fba229448f74e19af0e5246ddb362c Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Wed, 31 Aug 2022 16:52:25 +0200 Subject: [PATCH] Add load module mod_ident --- proftpd/templates/evolinux.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proftpd/templates/evolinux.conf.j2 b/proftpd/templates/evolinux.conf.j2 index 8a810a99..08484714 100644 --- a/proftpd/templates/evolinux.conf.j2 +++ b/proftpd/templates/evolinux.conf.j2 @@ -1,5 +1,9 @@ # Evolix's specific configuration + + LoadModule mod_ident.c + + ServerName "{{ proftpd_hostname }} FTP Server" ServerIdent on "FTP Server Ready" AccessGrantMsg "Hey, bienvenue %u sur le serveur FTP {{ proftpd_fqdn }} !"