mod_anontype
The mod_anontype
module support to check type of Anonymous' password
whether include '@' character or complete e-mail address or don't check.
This checking follows Wu-FTPd anonymous password checking method.
This module was tested against over ProFTPD 1.2.10. Installation instructions are discussed here.
The most current version of mod_anontype
can be found at:
Please contact JoungKyun.Kim <admin@oops.org> with any questions, concerns, or suggestions regarding this module.
Syntax:AnonPassType [ "none" | "trivial" | "complete-email" ]
Default: none
Context: <Anonymous>
Module: mod_anontype
Compatibility: 1.2.6 or later
The AnonPassType
directive is required mod_anontype module of proftpd korean user group.
AnonPassType determines tpye of anonymous password.
AnonPassType don't work when AnonRequirePassword is set On.
First, source download at http://mirror.oops.org/pub/oops/profptd/mod_anontype-VERSION.tar.bz2, and unpack bz2 compress.
Or, checkout SVN repository with anonymous privileges as follow:
svn export svn://svn.oops.org/data/svn/proftpd/mod_anontype/trunk ./mod_anontype
To install mod_anontype
Example Configuration
Author: JoungKyun.Kim <admin@oops.org>
Last Updated: $Id: mod_anontype.html 8 2014-03-14 17:44:31Z oops $
© Copyright 2014 JoungKyun.Kim
All Rights Reserved