[proftpd] Add BanMessage (#772354)

Paul Howarth pghmcfc at fedoraproject.org
Tue Jan 10 22:23:20 UTC 2012


commit 8251f9dccad005b3f203b4eede5c39d62ea5fc2e
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jan 10 21:54:01 2012 +0000

    Add BanMessage (#772354)

 proftpd.conf |    3 +++
 proftpd.spec |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/proftpd.conf b/proftpd.conf
index b5e6352..1510571 100644
--- a/proftpd.conf
+++ b/proftpd.conf
@@ -226,6 +226,9 @@ LoadModule mod_vroot.c
   # will expire after one hour.
   BanOnEvent			MaxLoginAttempts 2/00:10:00 01:00:00
 
+  # Inform the user that it's not worth persisting
+  BanMessage			"Host %a has been banned"
+
   # Allow the FTP admin to manually add/remove bans
   BanControlsACLs		all allow user ftpadm
 </IfDefine>
diff --git a/proftpd.spec b/proftpd.spec
index b82aded..d5764fb 100644
--- a/proftpd.spec
+++ b/proftpd.spec
@@ -459,6 +459,7 @@ fi
 * Tue Jan 10 2012 Paul Howarth <paul at city-fan.org> 1.3.4a-2
 - Make mod_vroot a DSO, loaded by default (#772354)
 - VRootAlias for /etc/security/pam_env.conf is redundant, so remove it
+- Add BanMessage (#772354)
 
 * Fri Nov 11 2011 Paul Howarth <paul at city-fan.org> 1.3.4a-1
 - Update to 1.3.4a:


More information about the scm-commits mailing list