From: ivan Date: Mon, 17 Jul 2000 10:36:18 +0000 (+0000) Subject: documentation updates X-Git-Tag: freeside_1_3_0~90 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1ed07292e05697854ce709836953ca1c07301723 documentation updates --- diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index c824b74c8..c500a3336 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -21,36 +21,36 @@ All further configuration files and directories are located in `/usr/local/etc/freeside/conf.datasource', for example, `/usr/local/etc/freeside/conf.DBI:Pg:dbname=freeside' diff --git a/htdocs/docs/export.html b/htdocs/docs/export.html index d8bc6946f..d92eec346 100644 --- a/htdocs/docs/export.html +++ b/htdocs/docs/export.html @@ -12,19 +12,19 @@ it is reccommended that you replicate the data to an external RADIUS machine rat
  • nismachines - passwd and shadow are copied to the /etc/global directory on the remote machine. If no errors occur, the command ( cd /var/yp; make; ) is executed on the remote machine.
  • erpcdmachines - acp_passwd and acp_dialup are copied to the /usr/annex directory on the remote machine. If no errors occur, the command ( kill -USR1 `cat /usr/annex/erpcd.pid` ) is executed on the remote machine.
  • radiusmachines - users is copied to the /etc/raddb directory on the remote machine. If no errors occur, the command ( builddbm ) is executed on the remote machine. -
  • icradiusmachines - Local radcheck and radreply tables will be created. If any machines are specified, the remote MySQL database will be locked and the radcheck table will be copied to the those machines. You may also need to set the icradius_mysqlsource and/or icradius_mysqldest configuration files. Currently you need to be running MySQL for your Freeside database to use this feature. +
  • icradiusmachines - Local radcheck and radreply tables will be created. If any machines are specified, the remote MySQL database will be locked and the radcheck table will be copied to the those machines. You may also need to set the icradius_mysqlsource and/or icradius_mysqldest configuration files. Currently you need to be running MySQL for your Freeside database to use this feature.
  • site_perl/svc_acct.pm - If a shellmachine is defined, users can be created, modified and deleted remotely; see below.
  • bin/svc_acct_sm.export will create Qmail rcpthosts, recipientmap and virtualdomains files and Sendmail virtusertable and sendmail.cw files in the /usr/local/etc/freeside/export.datasrc directory. Using the appropriate configuration files, you can export these files to your remote machines unattemded:
  • site_perl/svc_acct_sm.pm - If the qmailmachines configuration file exists and a shellmachine is defined, user .qmail- files can be updated.