[Git][debian-proftpd-team/proftpd][master] Enclose "IdentLookups off" in <IfModule mod_ident.c><IfModule> in sample config.
Hilmar Preuße
gitlab at salsa.debian.org
Tue Aug 18 12:46:02 BST 2020
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
1069aff8 by Hilmar Preuße at 2020-08-18T13:45:43+02:00
Enclose "IdentLookups off" in <IfModule mod_ident.c><IfModule> in sample config.
- - - - -
2 changed files:
- debian/changelog
- debian/templates/proftpd.conf
Changes:
=====================================
debian/changelog
=====================================
@@ -17,6 +17,8 @@ proftpd-dfsg (1.3.7a-2) UNRELEASED; urgency=medium
(Closes: #965077).
* Disable MultilineRFC2228 per
https://github.com/proftpd/proftpd/issues/1085 in config template.
+ * Enclose "IdentLookups off" in <IfModule mod_ident.c><IfModule> in sample
+ configuration.
-- Hilmar Preusse <hille42 at web.de> Thu, 30 Jul 2020 23:16:38 +0200
=====================================
debian/templates/proftpd.conf
=====================================
@@ -10,7 +10,9 @@ Include /etc/proftpd/modules.conf
# Set off to disable IPv6 support which is annoying on IPv4 only boxes.
UseIPv6 on
# If set on you can experience a longer connection delay in many cases.
-IdentLookups off
+<IfModule mod_ident.c>
+ IdentLookups off
+</IfModule>
ServerName "Debian"
# Set to inetd only if you would run proftpd by inetd/xinetd.
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/1069aff89a7feacb57830febc006c009fcfd3d22
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/1069aff89a7feacb57830febc006c009fcfd3d22
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list