Re: Symbol Perl_hv_undef_flags problem using rlm_perl

2011-09-01 Thread Boian Jordanov
On Aug 30, 2011, at 12:06 PM, david.suarezde...@telefonica.es wrote: in libperl.a. I include the complete output of radiusd -X below with both Did you compile perl with support for libperl.so ? Best Regards, Boian Jordanov Head of Voice Department tel. +359 2 4004 723 tel. +359 2 4004 002

Re: global hash variable perl

2011-03-02 Thread Boian Jordanov
On Mar 1, 2011, at 6:05 PM, Vinh Nguyen wrote: Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 Thats says everything. You already have an server running. Best Regards, Boian

Re: Separate rlm_perl in each virtual server

2011-01-31 Thread Boian Jordanov
solve the problem. -- MINO-RIPE radius-debug.txt- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Best Regards, Boian Jordanov Head of Voice Department tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http

Re: segfault with rlm_perl

2011-01-05 Thread Boian Jordanov
! Best Regards, Boian Jordanov Head of Voice Department tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl multiple attributes in rad_reply was: Adding Multiple Cisco-AVPairs using rlm_perl

2010-08-25 Thread Boian Jordanov
,$ns2] ; To return multiple items you have to use array ref. Try this way. $data[0] = nameserver_1; $data[1] = nameserver_2; $data[2] = nameserver_3; $data[3] = nameserver_x; $RAD_REPLY{'DHCP-Domain-Name-Server'} = \...@data; Best Regards, Boian Jordanov Head of Voice Department tel. +359 2

Re: rlm_perl error

2010-08-25 Thread Boian Jordanov
On Aug 25, 2010, at 4:47 PM, JUND, Aurélien wrote: I'm running freeradius-server-2.1.7. I found this information in the default perl module configuration file. -- De : freeradius-users-bounces+aurelien.jund=sfr@lists.freeradius.org

Re: How to debug rlm_perl in multithread?

2010-08-25 Thread Boian Jordanov
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Best Regards, Boian Jordanov Head of Voice Department tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error: ASSERT FAILED threads.c[406]

2010-07-28 Thread Boian Jordanov
tricky. You have to use for each perl thread his own separate connection to DB. You can achieve this by using sub CLONE {} which is calling on every new thread creation, or you just can use perl without threads. Best Regards, Boian Jordanov Head of Voice Department tel. +359 2 4004 723 tel. +359

Re: Threads Perl

2010-03-07 Thread Boian Jordanov
with perl -V 2. With non-threaded perl, separate perl instances created? if you compile perl *without* threads but with MULTIPLICITY then you will have multiple instances of perl in freeradius but no *parallel processing* The best is to have both MULTIPLICITY and USE_ITHREADS Best Regards, Boian

Re: segfault when rlm_perl used

2009-10-16 Thread Boian Jordanov
Regards, Boian Jordanov RD Expert Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Memory leak or misunderstanding - rlm_perl?

2009-10-07 Thread Boian Jordanov
Regards, Boian Jordanov RD Expert Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl problems]

2009-07-29 Thread Boian Jordanov
On Jul 29, 2009, at 9:32 AM, Igor Smitran wrote: know that Boian is responsible for making our life easier :) I was asking if this patch is going to be included in next release. That is the comment i was expecting. Sorry for misunderstanding. Sure I will pull the changes back to repository.

Re: rlm_perl problems]

2009-07-27 Thread Boian Jordanov
compressed data Best Regards, Boian Jordanov RD Expert Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl behavior

2009-04-23 Thread Boian Jordanov
On Apr 22, 2009, at 7:25 PM, Borislav Dimitrov wrote: On 22.04.2009, at 13:23, Alan DeKok wrote: Apostolos Pantsiopoulos wrote: If any changes are to be made to the current implementation to support multiple interpreters (one per thread) would they show up in a 2.1.x release or a future one

Re: rlm_perl behavior

2009-04-16 Thread Boian Jordanov
with min and max spare can give us some possibility's to force not unload perl interpreter during the lifetime of server and this way we can keep some DB handlers not to reconnect each time. Alan what is your point ? Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel

Re: Basic question on rlm_perl

2008-12-18 Thread Boian Jordanov
? Maybe you are missing development files for perl. Install them and then rebuild your freeradius. Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Perl_Tstack_sp_ptr

2008-08-01 Thread Boian Jordanov
This can happen if you have different versions of perl and libperl installed on your system. Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 On Aug 1, 2008, at 11:56 AM, Oguzhan Kayhan wrote: Hello, Im trying to install

Re: Post-proxy and rlm_perl

2008-03-20 Thread Boian Jordanov
%RAD_REQUEST_PROXY and %RAD_REQUEST_PROXY_REPLY should do the job. Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 On Mar 20, 2008, at 11:27 AM, Julien Leloup wrote: Hi, I have to use FreeRadius v2.0.1 in a proxy configuration

Re: rlm_perl and RLM_MODULE_REJECT

2008-01-25 Thread Boian Jordanov
to # cancel the proxy. # # Only a few modules currently have this method. # Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 On Jan 25, 2008, at 11:52 AM, Jean-Michel Caricand wrote: I have a question on rlm_perl

Re: rlm_perl and RLM_MODULE_REJECT

2008-01-25 Thread Boian Jordanov
Try with RLM_MODULE_FAIL in post_proxy Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 On Jan 25, 2008, at 12:35 PM, Jean-Michel Caricand wrote: doesn't make sense to use RLM_MODULE_REJECT in post_proxy. May be you need

Re: [Fwd: Re: rlm_perl (threads) performance question]

2007-10-17 Thread Boian Jordanov
I have a clue, maybe your client is not able to do more requests or your configuration on client side is wrong. Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 On Oct 17, 2007, at 9:17 AM, Alan DeKok wrote: Apostolos

Re: rlm_perl (threads) performance question

2007-10-16 Thread Boian Jordanov
On Oct 16, 2007, at 12:57 PM, Apostolos Pantsiopoulos wrote: perl_pool total/active/spare [32/0/32] Or you have wrong configuration or rlm_perl isn't your bottleneck. Check your configuration, remove any unwanted module. Best Regards, Boian Jordanov SNE Orbitel - Next Generation

Re: rml_perl question

2007-07-24 Thread Boian Jordanov
Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 On Jul 24, 2007, at 10:17 AM, FreeRadius-ML wrote: Hi All, I've been tinkering with rlm_perl for a few days now, and found it to be fairly simple and straight forward. However

Re: rlm_perl: perl 5.6 segmentation fault when reloaded

2007-04-20 Thread Boian Jordanov
function should help. If you don't need it just leave it empty. Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error with rlm_perl

2006-12-04 Thread Boian Jordanov
. I use freeradius-1.1.2 please use freeradius 1.1.3 -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error with rlm_perl

2006-12-04 Thread Boian Jordanov
system. I hadn't libperl.so on my system (Debian Sarge). Now, it is installed : /usr/lib/libperl.so But no change ... : please recompile freeradius or rlm_perl only -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info

Re: proxy + rlm_perl question

2006-10-30 Thread Boian Jordanov
/post-proxy.pl [EMAIL PROTECTED] :/etc/freeradius# I'm a real *dick* a perl programming, I guess the problem might be a pebcak, but maybe it's not. I'm using FR 1.1.2 with Debian Sarge. Thanks for any hint. regards, Fox. -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation

Re: rlm_perl CLONE/thread identification ?

2006-10-09 Thread Boian Jordanov
sub CLONE { $dbh = DBI-connect(DBI:mysql:$database,$dbuser,$dbpass) or die $DBI::errstr; } then you will have number of connection equivalent to number of threads. Then in accouting, authenticate and so on just use $dbh and it should be unique per thread. -- Best Regards, Boian

Re: rlm_perl behaviour

2006-10-02 Thread Boian Jordanov
list. -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl and accounting

2006-08-28 Thread Boian Jordanov
On Wednesday 23 August 2006 20:25, Alan DeKok wrote: Peter Nixon [EMAIL PROTECTED] wrote: That would seem like th logical way to do it, and would certainly make the perl code clearer.. Ok. Unless Boian Jordanov has concerns, I'll commit a patch in a few days. Please i have no concerns

Re: Change RAD_REPLY item in rlm_perl, not add a new pair

2006-08-17 Thread Boian Jordanov
ignore the attribute). Thanks for suggestion i will correct this matter. Anyway, thanks very much for the patch! Thanks, On 15/08/06, Boian Jordanov [EMAIL PROTECTED] wrote: On Monday 14 August 2006 21:27, Alex French wrote: Boian, Thanks, if you have a patch that actually implements

Re: Change RAD_REPLY item in rlm_perl, not add a new pair

2006-08-15 Thread Boian Jordanov
On Monday 14 August 2006 21:27, Alex French wrote: Boian, Thanks, if you have a patch that actually implements the hash for the operator etc, that would be great (in fact, why not just submit it as a feature). If it's just to c- List info/subscribe/unsubscribe? See

Re: Change RAD_REPLY item in rlm_perl, not add a new pair

2006-08-15 Thread Boian Jordanov
'} = \%hash; -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 Index: rlm_perl.c === RCS file: /source/radiusd/src/modules/rlm_perl/rlm_perl.c,v retrieving revision 1.13.4.7 diff

Re: Change RAD_REPLY item in rlm_perl, not add a new pair

2006-08-14 Thread Boian Jordanov
, but i can give you a patch if you want off course. Thanks, Alex On 22/06/06, Kenneth Marshall [EMAIL PROTECTED] wrote: On Thu, Jun 22, 2006 at 09:58:54AM +0300, Boian Jordanov wrote: Maybe passing a HASH ref for hash which contains the Operator key and the vp item too

Re: Unresponsive child

2006-08-12 Thread Boian Jordanov
/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl CORE DUMPED(part 3)

2006-08-02 Thread Boian Jordanov
On Tuesday 01 August 2006 20:33, KES wrote: Здравствуйте, freeradius-users. # perl -v This is perl, v5.8.7 built for i386-freebsd-64int sorry for many posts... http://bugs.freeradius.org/show_bug.cgi?id=382 Please make a gdb trace and attach it. -- Best Regards, Boian Jordanov SNE

Re: Segfault when loading a module in rlm_perl?

2006-07-13 Thread Boian Jordanov
welcome. Any traces are welcome :-) -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with rlm_perl

2006-07-12 Thread Boian Jordanov
: radiusd.conf[1747] Unknown module perl. Wed Jul 12 02:07:28 2006 : Error: radiusd.conf[1746] Failed to parse authenticate section. Thanks in advance, Ivan Rako University Computing Centre, Zagreb -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723

Re: rlm_perl issue...

2006-07-12 Thread Boian Jordanov
/unsubscribe? See http://www.freeradius.org/list/users.html -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Auth-Type in rlm_perl

2006-06-30 Thread Boian Jordanov
On Thursday 29 June 2006 16:06, Evil I_Am wrote: Hi Which hash i should inspect to find out the value of the Auth-Type attribute? RAD_CHECK -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See

Re: rlm_perl %RAD_REQUEST rewrite

2006-06-29 Thread Boian Jordanov
On Thursday 29 June 2006 15:52, Evil I_Am wrote: Hi Is the %RAD_REQUEST hash used by rlm_perl read only? i need to modify some of the request packet attributes but it do not seems to work. This feature is available in CVS HEAD. -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation

Re: Change RAD_REPLY item in rlm_perl, not add a new pair

2006-06-22 Thread Boian Jordanov
ref for hash which contains the Operator key and the vp item too will be a good idea. For example $hash{'Tunnel-Id'} = visitor; $hash{'Operator'} = :=; $RAD_REPLY{'Tunnel-Id'} = \%hash; This way we will not change existing behavior. -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation

Re: rlm_perl forking zombies

2006-06-19 Thread Boian Jordanov
with the bosses about the possibility... thanks! david -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl: ITHREADS -- solved

2006-05-18 Thread Boian Jordanov
уважением, KES mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe

Re: rlm_perl question (was Re: General question about authentication/authorization)

2006-03-18 Thread Boian Jordanov
inconsistent, especially considering that other modules can modify the request or check items. So, why were %RAD_CHECK and %RAD_REQUEST made read-only? Because perl hashes are not ordered. -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2

Re: rlm_perl question (was Re: General question about authentication/authorization)

2006-03-18 Thread Boian Jordanov
On Saturday 18 March 2006 21:40, George C. Kaplan wrote: On Mar 18, 2006, at 7:13 AM, Alan DeKok wrote: Boian Jordanov [EMAIL PROTECTED] wrote: So, why were %RAD_CHECK and %RAD_REQUEST made read-only? Because perl hashes are not ordered. The only requirement is that attributes

Re: perl scripts

2006-03-15 Thread Boian Jordanov
= $RAD_REQUEST{'User-Name'} This will work only if you use rlm_perl Is it anyway possibble what im trying to do ? -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: rlm_perl segfault

2006-03-14 Thread Boian Jordanov
On Tuesday 14 March 2006 02:08, Grant Zanetti wrote: On Mon, 2006-03-13 at 11:48 +0200, Boian Jordanov wrote: On Friday 10 March 2006 00:39, Grant Zanetti wrote: In addition to this I have done a manual compile (non-package) and have a better back trace perhaps: Which version

Re: rlm_perl segfault

2006-03-13 Thread Boian Jordanov
On Friday 10 March 2006 00:39, Grant Zanetti wrote: In addition to this I have done a manual compile (non-package) and have a better back trace perhaps: Which version of libperl ? -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002

Re: rlm_perl segfault

2006-03-08 Thread Boian Jordanov
/list/users.html -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with rlm_perl.

2006-03-08 Thread Boian Jordanov
to simulating a radius wrapper environment to debug a perl script? -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl

2006-02-16 Thread Boian Jordanov
of? No, sorry but you can check example.pl which is included with freeradius. I would also like to know whether the perl module loaded is persistent. No it is not persistent. If you change code of your perl script you will need to restart freeradius. -- Best Regards, Boian Jordanov SNE

Re: rlm_perl

2006-02-16 Thread Boian Jordanov
cleanup_delay = 5 max_request_per_clone = 0 Thanks Philip Boian Jordanov said: On Thursday 16 February 2006 11:20, [EMAIL PROTECTED] wrote: Hi All, I'm keen to start using the rlm_perl module now that it has been made stable. However I find that the documentation relating

Re: rlm_perl support for pre/post-proxy in next release?

2005-09-02 Thread Boian Jordanov
On Fri, Sep 02, 2005 at 01:16:31AM +0200, Thor Spruyt wrote: I'm wondering if rlm_perl will support pre/post-proxy functions in the next release? This is allready in CVS. You can checkout release 1.19 of rlm_perl and use it with freeradius 1.0.4 -- Best Regards, Boian Jordanov SNE Orbitel

Re: Relocation Error

2005-06-10 Thread Boian Jordanov
;Italy email;internet:[EMAIL PROTECTED] tel;work:+3908554105 tel;fax:+3908554105 tel;cell:+393386296362 x-mozilla-html:FALSE url:http://www.micso.com version:2.1 end:vcard - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Best Regards, Boian Jordanov

Re: rlm_perl and perl modules

2005-04-21 Thread Boian Jordanov
system ? -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl and perl modules

2005-04-20 Thread Boian Jordanov
-- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl hash issue

2005-03-23 Thread Boian Jordanov
; print Dumper \%RAD_REPLY; } __END__ /snip also works flawlessly. Hope someone can give me some clarification. -- Chris. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Best Regards, Boian Jordanov SNE Orbitel - the Internet

Re: rlm_perl hash issue

2005-03-23 Thread Boian Jordanov
. $RAD_REPLY{'Framed-Ip-Address'} = 127.0.0.1; -- Best Regards, Boian Jordanov SNE Orbitel - the Internet Company tel. +359 2 4004 723 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl hash issue

2005-03-23 Thread Boian Jordanov
maybe? Or just (SvPOK(sv) || SvNIOK(sv))? Yes you are right if sv is 0 it doesnt work. What are you trying to check? Maybe (sv != PL_sv_undef) is sufficient? no PL_sv_undef is not good ideia. i think SvOK should be enough. -- Best Regards, Boian Jordanov SNE Orbitel - the Internet Company tel

Re: freeradius 1.0.2 on bsd 4.11

2005-02-23 Thread Boian Jordanov
1st Floor (Oakley Street Entrance) 167 Grote Street Adelaide SA, 5000 Phone 1300 303 932 Fax 08 8221 6204 Email [EMAIL PROTECTED] [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Best Regards, Boian Jordanov SNE Orbitel

Re: Rlm_perl causes segfault (want perl to rewrite attributes)

2005-02-12 Thread Boian Jordanov
sub xlat { @CiscoAVPair = @_; #some code here return $username; } and put test (name of instance of attr_rewrite) in authorize section. I hope this will help. -- Best Regards, Boian Jordanov SNE Orbitel - the Internet Company tel. +359 2 4004 723 - List info/subscribe

Re: rlm_perl memory leak

2004-11-11 Thread Boian Jordanov
://bugs.freeradius.org/show_bug.cgi?id=111 and take a patch from attachment and apply against 1.0.1 -- Best Regards, Boian Jordanov SNE Orbitel - the Internet Company tel. +359 2 937 07 23 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Time to send a Access-Accept message

2004-10-05 Thread Boian Jordanov
the accounting_stop packet? try like this $username = $RAD_REQUEST{'User-Name'} where RAD_REQUEST is hash which contains full request with keys that are names of Value pairs. -- Best Regards, Boian Jordanov SNE Orbitel - the Internet Company tel. +359 2 937 07 23 - List info/subscribe/unsubscribe

Re: rlm_perl hang with USE_ITHREADS

2004-07-12 Thread Boian Jordanov
trick freeradius into thinking we're NOT using ithreads, it could make this hang impossible to trigger. Any ideas are greatly appreciated. matt -- Best Regards, Boian Jordanov SNE Orbitel - the Internet Company tel. +359 2 937 07 23 Index: rlm_perl.c

Re: rlm_perl.c multithreaded?

2004-02-09 Thread Boian Jordanov
tried, and it seems it only allows single threads to execute the methods at any given time). -- Best Regards, Boian Jordanov SNE Orbitel - the Internet Company tel. +359 2 937 07 23 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl.c memory leak

2004-02-09 Thread Boian Jordanov
causes this memory leak. Anyone else? Try to find a patch that i send to freeradius-devel and apply it on CVS version of rlm_perl. Just tell me if you can't find it, i will send it directly to you. -- Best Regards, Boian Jordanov SNE Orbitel - the Internet Company tel. +359 2 937 07 23 - List