ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts.
Version: 1.0.1ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts.
License: GPL
Operating System: Linux
Homepage: sourceforge.net
Developed by:
This module is designed to impose quotas, on FTP accounts, based on user accounts. It is based on the ideas contained in Eric Estabrook's mod_quota and TJ Saunders mod_quotatab; however, this module has been written from scratch to implement quotas in a very different manner.
Installation
To install mod_quota_ldap, follow these instructions. After unpacking the tarball, copy the mod_quota_ldap.c file into:
{proftpd-dir}/contrib/
after unpacking the latest proftpd-1.2 source code. Follow the usual steps for using third-party modules in proftpd:
$ ./configure --with-modules=mod_quota_ldap make make install
What's New in This Release:
· Release works with proFTPd-1.2.8 or higher
· Bug#679338 & Bug#679343 - quota_ldap_getconf() bug solved