mod_quotatab_radius
mod_quotatab
mod_quotatab_radius.c
This submodule provides the RADIUS-specific "driver" for retrieving quota limit table information from a RADIUS server.
Please contact TJ Saunders <tj at castaglia.org> with any questions, concerns, or suggestions regarding this module.
The mod_quotatab_radius module supports the "radius" string for the source-type parameter of the QuotaLimitTable configuration directive. To configure these quota attributes, use the RadiusQuotaInfo configuration directive.
QuotaLimitTable
RadiusQuotaInfo
An example proftpd.conf configuration might look like:
proftpd.conf
<IfModule mod_quotatab.c> <IfModule mod_quotatab_radius.c> # Use a RADIUS-based limit table QuotaLimitTable radius: </IfModule> # Use a file-based tally table QuotaTallyTable file:/usr/local/proftpd/ftpquota.tallytab # See the RadiusQuotaInfo description for more details RadiusQuotaInfo false soft 3.0 2.0 1.0 7 8 9 </IfModule>