From: ivan Date: Thu, 11 Sep 2003 21:57:54 +0000 (+0000) Subject: also update sqlradius_withdomaind description for freeradius 0.9.1 X-Git-Tag: freeside_1_4_2beta1~522 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c15316e8d3fcf2132910518013c25412c2765a8a;p=freeside.git also update sqlradius_withdomaind description for freeradius 0.9.1 --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 27f9df8b2..9f0ba502e 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -896,7 +896,7 @@ tie my %forward_shellcommands_options, 'Tie::IxHash', 'desc' => 'Real-time export to SQL-backed RADIUS (FreeRADIUS, ICRADIUS, Radiator) with realms', 'options' => \%sqlradius_withdomain_options, 'nodomain' => '', - 'notes' => 'Real-time export of radcheck, radreply and usergroup tables to any SQL database for FreeRADIUS, ICRADIUS or Radiator. This export exports domains to RADIUS realms (see also sqlradius). An existing RADIUS database will be updated in realtime, but you can use freeside-sqlradius-reset to delete the entire RADIUS database and repopulate the tables from the Freeside database. See the DBI documentation and the documentation for your DBD for the exact syntax of a DBI data source.', + 'notes' => 'Real-time export of radcheck, radreply and usergroup tables to any SQL database for FreeRADIUS, ICRADIUS or Radiator. This export exports domains to RADIUS realms (see also sqlradius). An existing RADIUS database will be updated in realtime, but you can use freeside-sqlradius-reset to delete the entire RADIUS database and repopulate the tables from the Freeside database. See the DBI documentation and the documentation for your DBD for the exact syntax of a DBI data source.', }, 'sqlmail' => {