ProFTPD module mod_facl



The mod_facl 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":

    http://www.suse.de/~agruen/acl/linux-acls/online/
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.

Installation instructions for mod_facl can be found here.

The most current version of mod_facl can be found in the ProFTPD source distribution:

  http://www.proftpd.org/

Directives


FACLEngine

Syntax: FACLEngine on|off
Default: on
Context: server config
Module: mod_facl
Compatibility: 1.3.1rc1 and later

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


Installation

To use the mod_facl module, configure proftpd using the following:
  ./configure --enable-facl --with-modules=mod_facl ...



Author: $Author: castaglia $
Last Updated: $Date: 2006/10/11 16:47:15 $


© Copyright 2000-2006 TJ Saunders
All Rights Reserved