X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Ftextradius.pm;h=07de875638f4107570ff6a78b10bf2459890d965;hb=38e34bbc53a4222c7507e95914e1364a5a74623f;hp=65936eaf6f7bc2b6df9d5ca82a31988573db92ec;hpb=2041a9143fac20b79ead4a1ae01224dedf5b27c2;p=freeside.git diff --git a/FS/FS/part_export/textradius.pm b/FS/FS/part_export/textradius.pm index 65936eaf6..07de87563 100644 --- a/FS/FS/part_export/textradius.pm +++ b/FS/FS/part_export/textradius.pm @@ -18,6 +18,7 @@ tie my %options, 'Tie::IxHash', 'desc' => 'Real-time export to a text /etc/raddb/users file (Livingston, Cistron)', 'options' => \%options, + 'default_svc_class' => 'Internet', 'notes' => <<'END' This will edit a text RADIUS users file in place on a remote server. Requires installation of @@ -25,12 +26,12 @@ Requires installation of from CPAN. If using RADIUS::UserFile 1.01, make sure to apply this patch. Also make sure rsync is installed on the -remote machine, and SSH is setup for unattended +remote machine, and SSH is setup for unattended operation. END ); -$prefix = "/usr/local/etc/freeside/export."; +$prefix = "%%%FREESIDE_CONF%%%/export."; sub rebless { shift; }