From 4930644974239211b217a6241781db91808a3778 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 21 Feb 2001 23:48:19 +0000 Subject: add icradius_secrets config file to export to a non-Freeside MySQL database for ICRADIUS --- htdocs/docs/config.html | 1 + 1 file changed, 1 insertion(+) (limited to 'htdocs/docs') diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index bc6da6bf3..ea5172dcf 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -42,6 +42,7 @@ All further configuration files and directories are located in
  • icradiusmachines - Your ICRADIUS machines, one per line. The existance of this file (even if empty) turns on radcheck table creation (in the freeside database - the radcheck table needs to be created manually). Machines listed in this file will have the radcheck table exported to them. Each line of this file should contain four items, separted by whitespace: machine name, MySQL database name, MySQL username, and MySQL password. For example: "radius.isp.tld radius_db radius_user passw0rd". Note that to use ICRADIUS export you need to be using MySQL.
  • icradius_mysqldest - Destination directory for the MySQL databases, on the ICRADIUS machines. Defaults to "/usr/local/var/".
  • icradius_mysqlsource - Source directory for for the MySQL radcheck table files, on the Freeside machine. Defaults to "/usr/local/var/freeside". +
  • icradius_secrets - Optionally specifies a MySQL database for ICRADIUS export, if you're not running MySQL for your Freeside database. The database should be on the Freeside machine and store data in the icradius_mysqlsource directory. Three lines: DBI data source, username and password. This file should not be world readable.
  • invoice_from - Return address on email invoices.
  • invoice_template - Required template file for invoices. See the section on billing for details.
  • lpr - Print command for paper invoices, for example `lpr -h'. -- cgit v1.2.1