[freeside-commits] freeside/fs_selfservice/FS-SelfService/SelfService FreeRadiusVoip.pm, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Fri Oct 24 12:54:13 PDT 2008


Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService
In directory wavetail.420.am:/tmp/cvs-serv8882/SelfService

Modified Files:
	FreeRadiusVoip.pm 
Log Message:
rlm_perl hook for prepaid voip radius, RT#4100

Index: FreeRadiusVoip.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService/FreeRadiusVoip.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FreeRadiusVoip.pm	24 Oct 2008 19:13:53 -0000	1.1
+++ FreeRadiusVoip.pm	24 Oct 2008 19:54:11 -0000	1.2
@@ -1,7 +1,9 @@
-# Add this to the modules section of radiusd.conf
-#  #path to this module
-#  module=/usr/local/share/perl/5.8.8/FS/SelfService/FreeRadiusVoip.pm
-#  func_autheenticate = authenticate
+#Add this to the modules section of radiusd.conf
+# perl {
+#   #path to this module
+#   module=/usr/local/share/perl/5.8.8/FS/SelfService/FreeRadiusVoip.pm
+#   func_authenticate = authenticate
+# }
 #
 #In the Authorize section 
 #Make sure that you have 'files' uncommented. Then add a line containing 'perl'
@@ -18,6 +20,11 @@
 # and then add 
 #  DEFAULT Auth-Type = Perl 
 #  Fall-Through = 1 
+#
+# and on debian systems, add this to /etc/init.d/freeradius, with the
+# correct path (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416266)
+#               LD_PRELOAD=/usr/lib/libperl.so.5.8.8
+#               export LD_PRELOAD
 
 BEGIN { $FS::SelfService::skip_uid_check = 1; } 
 



More information about the freeside-commits mailing list