https://github.com/castaglia/proftpd-mod_dbacl
Using SQL tables for file/directory access control for ProFTPD
https://github.com/castaglia/proftpd-mod_dbacl
acl proftpd sql
Last synced: about 1 year ago
JSON representation
Using SQL tables for file/directory access control for ProFTPD
- Host: GitHub
- URL: https://github.com/castaglia/proftpd-mod_dbacl
- Owner: Castaglia
- Created: 2011-10-20T16:40:51.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T01:08:12.000Z (about 3 years ago)
- Last Synced: 2025-02-03T21:45:52.322Z (over 1 year ago)
- Topics: acl, proftpd, sql
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proftpd-mod_dbacl
=================
Status
------
[](https://github.com/Castaglia/proftpd-mod_dbacl/actions/workflows/ci.yml)
[](https://img.shields.io/badge/license-GPL-brightgreen.svg)
Synopsis
--------
The `mod_dbacl` module for ProFTPD uses the [`mod_sql`](http://www.proftpd.org/docs/contrib/mod_sql.html) module for SQL table access; the module uses SQL
tables for reading ACLs for files/directories.
For further module documentation, see [mod_dbacl.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_dbacl/blob/master/mod_dbacl.html).
Future Features
---------------
* Integrate into core engine's `dir_hide_file()` check, so that files can be
hidden via `mod_dbacl` configuration, rather than simply denying the FTP
commands which might operate directly on the file (_e.g._ if `mod_dbacl`
config would deny access to a file, do not list that file in a directory
listing of an allowed directory).