File: mod_facl.html

package info (click to toggle)
proftpd-dfsg 1.3.3a-6squeeze7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 19,868 kB
  • ctags: 10,217
  • sloc: ansic: 111,549; perl: 94,506; sh: 17,265; makefile: 1,986
file content (82 lines) | stat: -rw-r--r-- 2,028 bytes parent folder | download | duplicates (5)
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
<!-- $Id: mod_facl.html,v 1.1 2006/10/11 16:47:15 castaglia Exp $ -->
<!-- $Source: /cvsroot/proftp/proftpd/doc/modules/mod_facl.html,v $ -->

<html>
<head>
<title>ProFTPD module mod_facl</title>
</head>

<body bgcolor=white>

<hr>
<center>
<h2><b>ProFTPD module <code>mod_facl</code></b></h2>
</center>
<hr><br>

<p>
The <code>mod_facl</code> module adds support to ProFTPD for POSIX ACLs.
For more information on what POSIX ACLs are and how they work, see
"POSIX ACLs on Linux":
<pre>
    <a href="http://www.suse.de/~agruen/acl/linux-acls/online/">http://www.suse.de/~agruen/acl/linux-acls/online/</a>
</pre>
POSIX ACLs are supported and implemented differently on Linux, BSD, and
Solaris.  ProFTPD attempts to work properly with POSIX ACLs on all of
these platforms.

<p>
Installation instructions for <code>mod_facl</code> can be found
<a href="#Installation">here</a>.

<p>
The most current version of <code>mod_facl</code> can be found in the
ProFTPD source distribution:
<pre>
  <a href="http://www.proftpd.org/">http://www.proftpd.org/</a>
</pre>

<h2>Directives</h2>
<ul>
  <li><a href="#FACLEngine">FACLEngine</a>
</ul>

<hr>
<h2><a name="FACLEngine">FACLEngine</a></h2>
<strong>Syntax:</strong> FACLEngine <em>on|off</em><br>
<strong>Default:</strong> on<br>
<strong>Context:</strong> server config<br>
<strong>Module:</strong> mod_facl<br>
<strong>Compatibility:</strong> 1.3.1rc1 and later

<p>
The <code>FACLEngine</code> directive enables or disables the module's
runtime checking of POSIX ACLs.  Use this directive to disable the module.

<p>
<hr>
<h2><a name="Installation">Installation</a></h2>
To use the <code>mod_facl</code> module, configure <code>proftpd</code>
using the following:
<pre>
  ./configure --enable-facl --with-modules=mod_facl ...
</pre>

<p>
<hr><br>

Author: <i>$Author: castaglia $</i><br>
Last Updated: <i>$Date: 2006/10/11 16:47:15 $</i><br>

<br><hr>

<font size=2><b><i>
&copy; Copyright 2000-2006 TJ Saunders<br>
 All Rights Reserved<br>
</i></b></font>

<hr><br>

</body>
</html>