X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fconfig.html;h=c3bfe17f3eb8d450aeb70a46d6b41f408d60d295;hp=fe1cce23d834caa589ed79023cad45b6245fed85;hb=cb61ec822bf114015e4044868c5c7f3c3000ab0d;hpb=b70cf8e6aaeeef34baae4542f389ceab20f4f37d diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index fe1cce23d..c3bfe17f3 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -28,6 +28,7 @@ All further configuration files and directories are located in
  • bindprimary - Your BIND primary nameserver. This enables export of /var/named/named.conf and zone files into /var/named
  • bindsecondaries - Your BIND secondary nameservers, one per line. This enables export of /var/named/named.conf
  • bsdshellmachines - Your BSD flavored shell (and mail) machines, one per line. This enables export of `/etc/passwd' and `/etc/master.passwd'. +
  • countrydefault - Default two-letter country code (if not supplied, the default is `US')
  • cybercash2 - CyberCash v2 support, four lines: paymentserverhost, paymentserverport, paymentserversecret, and transaction type (`mauthonly' or `mauthcapture'). CCLib.pm is required.
  • cybercash3.2 - CyberCash v3.2 support. Two lines: the full path and name of your merchant_conf file, and the transaction type (`mauthonly' or `mauthcapture'). CCMckLib3_2.pm, CCMckDirectLib3_2.pm and CCMckErrno3_2 are required.
  • deletecustomers - The existance of this file will enable customer deletions. Be very careful! Deleting a customer will remove all traces that this customer ever existed! It should probably only be used when auditing a legacy database. Normally, you cancel all of a customers' packages if they cancel service. @@ -71,6 +72,7 @@ All further configuration files and directories are located in
  • soamachine - SOA machine for new domains, with trailing `.'
  • soarefresh - SOA refresh for new domains
  • soaretry - SOA retry for new domains +
  • textradiusprepend - The contents of this file will be prepended to the first line of a user's RADIUS entry in text exports. If necessary, usually `Auth-Type = Local, '.
  • usernamemin - Minimum username length (default 2);
  • usernamemax - Maximum username length (default is the size of the SQL column, probably specified when fs-setup was run)