forked from proftpd/proftpd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.modules
134 lines (87 loc) · 3.8 KB
/
README.modules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
ProFTPD 1.2.0 README.modules
============================
Core ProFTPD Modules (modules subdirectory)
-------------------------------------------
Modules always included:
mod_auth
Implements FTP authentication commands (USER, PASS, ACCT, REIN).
mod_core
Implements core configuration directives and most RFC-959 FTP commands
(CWD, CDUP, MKD, PWD, RMD, DELE, RNTO, RNFR, PASV, PORT, SYST, HELP,
QUIT, NOOP), and the MDTM and SIZE extensions.
mod_log
Interface to Unix message logging (syslog or file).
mod_ls
Implements the FTP LIST, NLST and STAT commands.
mod_site
Implements the FTP SITE command, and the HELP and CHMOD subcommands.
mod_unixpw
Interface to the native Unix password system.
mod_xfer
Implements FTP file transfer commands (STOR, RETR, APPE, REST,
ABOR, TYPE, STRU, MODE, ALLO, SMNT, STOU).
Modules automatically included when supported by the OS:
mod_pam
PAM (Pluggable Authentication Modules) authentication.
See README.PAM.
Originally contributed by MacGyver <[email protected]>.
Optional modules:
mod_readme
Display "readme" files, controlled by the "DisplayReadme" directive.
See the comments in contrib/mod_readme.c.
Originally contributed by <[email protected]>.
Contributed ProFTPD Modules (contrib subdirectory)
--------------------------------------------------
Also, see contrib/README.
Authentication modules:
mod_ldap
LDAP (Light-weight Directory Access Protocol) authentication.
See README.LDAP.
Contributed by John Morrissey <[email protected]>.
mod_sql, mod_sql_mysql, mod_sql_postgres
(formerly known as mod_sqlpw, mod_mysql, mod_pgsql)
SQL (Structured Query Language) database authentication and
other functions, with backends for MySQL and PostgreSQL.
See contrib/README.mod_sql.
Contributed by Johnie Ingram <[email protected]>.
Maintained by Andrew Houghton <[email protected]>.
Feature modules:
mod_linuxprivs, libcap
POSIX 1e (IEEE 1003.1e draft) security model enhancements
(capabilities and capability sets), available for Linux
kernels 2.1.104 and later.
See README.linux-privs.
mod_quota
Directory tree based disk quotas.
Contributed by Eric Estabrooks <[email protected]>.
mod_ratio
User upload/download ratios.
See contrib/README.ratio and the comments in mod_ratio.c.
Contributed by Johnie Ingram <[email protected]>
and Jim Dogopoulos <[email protected]>/<[email protected]>.
mod_wrap
TCP Wrappers.
See contrib/README.mod_wrap and contrib/mod_wrap.html.
Contributed by TJ Saunders <[email protected]>.
Note that the mod_test module is non-functional.
Do not attempt to compile or use it.
Other ProFTPD modules (not included in the source distribution)
---------------------------------------------------------------
These modules (and patches) are neither evaluated nor sanctioned in any way.
Draw no implication based on inclusion or non-inclusion in this list.
A more complete and current list may be found on the web site:
http://www.proftpd.org/docs/
http://www.proftpd.org/links.html
Authentication modules:
mod_dbauth
Berkeley DB 1.x authentication.
ftp://pooh.urbanrage.com/pub/c/
Eric Estabrooks <[email protected]>
mod_pwcheck
Checks anonymous passwords and connections.
ftp://ftp.eos.hokudai.ac.jp/pub/pck/release/
Akihiko Yamamoto <[email protected]>
mod_opie
OPIE (One-time Passwords In Everything) authentication.
ftp://pooh.urbanrage.com/pub/c/
Eric Estabrooks <[email protected]>