From 06f628130319de4956b8ab4763f6bbd5a92fc469 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Sat, 30 Jan 2010 17:20:07 +0000 Subject: [PATCH] IdentLookups is off by default and sometimes not compiled in anymore, therefore proftpd fails to start --- .../configfiles/debian_etch/proftpd/etc_proftpd_proftpd.conf | 1 - .../configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf | 2 -- .../misc/configfiles/gentoo/proftpd/etc_proftpd_proftpd.conf | 2 -- .../suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf | 1 - 4 files changed, 6 deletions(-) diff --git a/templates/misc/configfiles/debian_etch/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/debian_etch/proftpd/etc_proftpd_proftpd.conf index 2cbdec1a..ddf577fc 100644 --- a/templates/misc/configfiles/debian_etch/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/debian_etch/proftpd/etc_proftpd_proftpd.conf @@ -28,7 +28,6 @@ SystemLog /var/log/proftpd/proftpd.log # make proftpd faster / do not perform ident and reverse dns lookup UseReverseDNS off -IdentLookups off # Set the user and group that the server normally runs at. User nobody diff --git a/templates/misc/configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf index 434d6762..494bee69 100644 --- a/templates/misc/configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/debian_lenny/proftpd/etc_proftpd_proftpd.conf @@ -8,8 +8,6 @@ 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 ServerName " FTP Server" ServerType standalone diff --git a/templates/misc/configfiles/gentoo/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/gentoo/proftpd/etc_proftpd_proftpd.conf index 9117bcec..9f542515 100644 --- a/templates/misc/configfiles/gentoo/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/gentoo/proftpd/etc_proftpd_proftpd.conf @@ -14,7 +14,6 @@ AllowOverwrite on AllowStoreRestart on AllowRetrieveRestart on UseReverseDNS off -IdentLookups off ListOptions "-al" DisplayChdir .message UseIPv6 off @@ -91,4 +90,3 @@ ExtendedLog /var/log/proftpd-access.log WRITE,READ write # make proftpd faster / do not perform ident and reverse dns lookup UseReverseDNS off -IdentLookups off diff --git a/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf index 2c1bf870..b5fcc296 100644 --- a/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf @@ -28,7 +28,6 @@ SystemLog /var/log/proftpd/proftpd.log # make proftpd faster / do not perform ident and reverse dns lookup UseReverseDNS off -IdentLookups off # Set the user and group that the server normally runs at. User nobody